dictionary: "n" should be evil-search-next

This commit is contained in:
condy 2020-12-18 01:57:42 +08:00 committed by Pierre Neidhardt
parent 63ddc09f3d
commit 5151be9b63
1 changed files with 4 additions and 2 deletions

View File

@ -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