mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
private/hlissner: remove C-escape bindings (evil has C-z binding for this)
This commit is contained in:
@ -46,9 +46,6 @@
|
|||||||
:e "C-j" #'evil-window-down
|
:e "C-j" #'evil-window-down
|
||||||
:e "C-k" #'evil-window-up
|
:e "C-k" #'evil-window-up
|
||||||
:e "C-l" #'evil-window-right
|
: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)
|
;; Switching tabs (workspaces)
|
||||||
"M-1" (λ! (+workspace/switch-to 0))
|
"M-1" (λ! (+workspace/switch-to 0))
|
||||||
"M-2" (λ! (+workspace/switch-to 1))
|
"M-2" (λ! (+workspace/switch-to 1))
|
||||||
|
Reference in New Issue
Block a user