From b613fb773b7f4d119774e1b386031fb5c1d23279 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Mon, 15 May 2017 11:11:50 +0200 Subject: [PATCH] private/hlissner: remove C-escape bindings (evil has C-z binding for this) --- modules/private/hlissner/+bindings.el | 3 --- 1 file changed, 3 deletions(-) diff --git a/modules/private/hlissner/+bindings.el b/modules/private/hlissner/+bindings.el index e1b9590ff..e696e1327 100644 --- a/modules/private/hlissner/+bindings.el +++ b/modules/private/hlissner/+bindings.el @@ -46,9 +46,6 @@ :e "C-j" #'evil-window-down :e "C-k" #'evil-window-up :e "C-l" #'evil-window-right - ;; Temporary escape into emacs mode - :e [C-escape] #'evil-normal-state - :n [C-escape] #'evil-emacs-state ;; Switching tabs (workspaces) "M-1" (λ! (+workspace/switch-to 0)) "M-2" (λ! (+workspace/switch-to 1))