diff options
| author | condy <condy0919@gmail.com> | 2021-09-04 16:29:50 +0800 |
|---|---|---|
| committer | condy <condy0919@gmail.com> | 2021-09-04 16:30:26 +0800 |
| commit | 869d056dcab5eb9781824bcd591bf946969b8b41 (patch) | |
| tree | 4179187d11a9a21665d60a69b47c12c0d60ceed1 /modes/dictionary | |
| parent | 6c0b1f1c1583a229ad40de6668c19db94afe28cd (diff) | |
dictionary: remove redundant evil bindings
Diffstat (limited to 'modes/dictionary')
| -rw-r--r-- | modes/dictionary/evil-collection-dictionary.el | 8 |
1 files changed, 3 insertions, 5 deletions
diff --git a/modes/dictionary/evil-collection-dictionary.el b/modes/dictionary/evil-collection-dictionary.el index 782605f..edeafbf 100644 --- a/modes/dictionary/evil-collection-dictionary.el +++ b/modes/dictionary/evil-collection-dictionary.el @@ -38,11 +38,9 @@ (evil-set-initial-state 'dictionary-mode 'normal) (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 "p") 'ignore ; otherwise bound to `backward-button' - (kbd "n") 'evil-search-next ; otherwise bound to `forward-button' + ;; button + [tab] 'forward-button + [backtab] 'backward-button ;; mouse [mouse-1] 'link-selected ;; misc |
