private/hlissner: remove C-escape bindings (evil has C-z binding for this)

This commit is contained in:
Henrik Lissner 2017-05-15 11:11:50 +02:00
parent dce757032a
commit b613fb773b

View file

@ -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))