ebib: change mapping for "y" in ebib-entry-mode.

Change mapping for "y" in ebib-entry-mode to "ebib-copy-current-field-contents" instead of "ebib-copy-field-contents" since the latter is not a command.
This commit is contained in:
Ahnaf Al Rafi 2022-04-11 15:48:53 -05:00 committed by James
parent 3afb423e8e
commit 4e9468d1db
1 changed files with 1 additions and 1 deletions

View File

@ -69,7 +69,7 @@
"j" 'ebib-next-field
"k" 'ebib-prev-field
"p" 'ebib-yank-field-contents
"y" 'ebib-copy-field-contents
"y" 'ebib-copy-current-field-contents
"ZZ" 'ebib-quit-entry-buffer
"ZQ" 'ebib-quit-entry-buffer))