From 5151be9b633a8b530d6050e55178a7b5056c10cc Mon Sep 17 00:00:00 2001 From: condy Date: Fri, 18 Dec 2020 01:57:42 +0800 Subject: dictionary: "n" should be evil-search-next --- modes/dictionary/evil-collection-dictionary.el | 6 ++++-- 1 file 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 -- cgit v1.0