summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorcondy <condy0919@gmail.com>2020-12-18 01:57:42 +0800
committerPierre Neidhardt <mail@ambrevar.xyz>2020-12-18 10:49:30 +0100
commit5151be9b633a8b530d6050e55178a7b5056c10cc (patch)
tree4770eae5e33aae7c2587a92977ab987734e96918
parent63ddc09f3d73dc9bc769817e1e3f235d99dc15bd (diff)
dictionary: "n" should be evil-search-next
-rw-r--r--modes/dictionary/evil-collection-dictionary.el6
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