diff options
Diffstat (limited to 'modes/dictionary/evil-collection-dictionary.el')
| -rw-r--r-- | modes/dictionary/evil-collection-dictionary.el | 6 |
1 files changed, 4 insertions, 2 deletions
diff --git a/modes/dictionary/evil-collection-dictionary.el b/modes/dictionary/evil-collection-dictionary.el index 3434379..782605f 100644 --- a/modes/dictionary/evil-collection-dictionary.el +++ b/modes/dictionary/evil-collection-dictionary.el @@ -39,8 +39,10 @@ (evil-collection-set-readonly-bindings 'dictionary-mode-map) (evil-collection-define-key 'normal 'dictionary-mode-map ;; motion - (kbd "l") 'evil-forward-char ; otherwise bound to `dictionary-previous` - (kbd "h") 'evil-backward-char ; otherwise bound to `dictionary-help` + (kbd "l") 'evil-forward-char ; otherwise bound to `dictionary-previous' + (kbd "h") 'evil-backward-char ; otherwise bound to `dictionary-help' + (kbd "p") 'ignore ; otherwise bound to `backward-button' + (kbd "n") 'evil-search-next ; otherwise bound to `forward-button' ;; mouse [mouse-1] 'link-selected ;; misc |
