Fix #4548: global TAB overwritten by evil keybind

This commit is contained in:
Henrik Lissner 2021-02-06 06:54:18 -05:00
parent 45b68e46ee
commit 16a495c97d
3 changed files with 19 additions and 9 deletions

View file

@ -420,7 +420,6 @@ directives. By default, this only recognizes C directives.")
(map! :v "@" #'+evil:apply-macro
:m [C-i] #'evil-jump-forward
:m [tab] #'evil-jump-item
;; implement dictionary keybinds
;; evil already defines 'z=' to `ispell-word' = correct word at point