mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-03 12:27:26 -05:00
private/hlissner/+bindings.el: fix C-escape emacs state bindings (#50)
This commit is contained in:
@ -48,8 +48,8 @@
|
|||||||
: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
|
;; Temporary escape into emacs mode
|
||||||
[C-escape] 'evil-emacs-state
|
:e [C-escape] 'evil-normal-state
|
||||||
:n [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