evil: Bind evil-jump-forward for GUI

Bind to <C-i> so that evil-jump-forward works in the GUI and we don't
rebind TAB in the terminal.

Bind <C-i> for the evil-jumper package too
This commit is contained in:
justbur 2016-01-19 16:25:59 -05:00 committed by Eivind Fonn
parent 82cb1fe780
commit e519dad118

View file

@ -229,6 +229,9 @@
(progn
;; bind function keys
;; bind evil-jump-forward for GUI only.
(define-key evil-motion-state-map [C-i] 'evil-jump-forward)
;; Make the current definition and/or comment visible.
(define-key evil-normal-state-map "zf" 'reposition-window)
;; toggle maximize buffer