From e519dad11880efdd5dc960ca989d37077cc7b095 Mon Sep 17 00:00:00 2001 From: justbur Date: Tue, 19 Jan 2016 16:25:59 -0500 Subject: [PATCH] evil: Bind evil-jump-forward for GUI Bind to so that evil-jump-forward works in the GUI and we don't rebind TAB in the terminal. Bind for the evil-jumper package too --- layers/+distribution/spacemacs-base/packages.el | 3 +++ 1 file changed, 3 insertions(+) diff --git a/layers/+distribution/spacemacs-base/packages.el b/layers/+distribution/spacemacs-base/packages.el index f066e73a9..7b0201bc4 100644 --- a/layers/+distribution/spacemacs-base/packages.el +++ b/layers/+distribution/spacemacs-base/packages.el @@ -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