private/hlissner: remove C-escape bindings (evil has C-z binding for this)
This commit is contained in:
parent
dce757032a
commit
b613fb773b
1 changed files with 0 additions and 3 deletions
|
@ -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))
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue