diff options
| author | Ahnaf Al Rafi <ahnaf.al.rafi@gmail.com> | 2022-04-11 15:48:53 -0500 |
|---|---|---|
| committer | James <1227856+jojojames@users.noreply.github.com> | 2022-04-11 13:51:48 -0700 |
| commit | 4e9468d1db419009804b92e316bff503e6ba4697 (patch) | |
| tree | d4a512e79f5a4d9b3439b3f5500a659e9ed540c5 | |
| parent | 3afb423e8ed8dd83d4547e92954190dee5b13513 (diff) | |
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.
| -rw-r--r-- | modes/ebib/evil-collection-ebib.el | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/modes/ebib/evil-collection-ebib.el b/modes/ebib/evil-collection-ebib.el index 018a808..03365cf 100644 --- a/modes/ebib/evil-collection-ebib.el +++ b/modes/ebib/evil-collection-ebib.el @@ -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)) |
