private/hlissner/+bindings.el: fix C-escape emacs state bindings (#50)
This commit is contained in:
parent
0ded668d85
commit
0d53c3cbc7
1 changed files with 2 additions and 2 deletions
|
@ -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))
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue