Update key bindings
This commit is contained in:
parent
0f834c3508
commit
e7cffc3d1c
1 changed files with 1 additions and 1 deletions
|
@ -183,7 +183,6 @@
|
||||||
;; Textmate-esque indent shift left/right
|
;; Textmate-esque indent shift left/right
|
||||||
:i "M-[" "C-o m l C-o I DEL C-o ` l"
|
:i "M-[" "C-o m l C-o I DEL C-o ` l"
|
||||||
:i "M-]" (λ (evil-shift-right (point-at-bol) (point-at-eol)))
|
:i "M-]" (λ (evil-shift-right (point-at-bol) (point-at-eol)))
|
||||||
:i "<backtab>" "M-["
|
|
||||||
|
|
||||||
;; escape from insert mode (more responsive than using key-chord-define)
|
;; escape from insert mode (more responsive than using key-chord-define)
|
||||||
:ir "j" 'narf:exit-mode-maybe
|
:ir "j" 'narf:exit-mode-maybe
|
||||||
|
@ -201,6 +200,7 @@
|
||||||
"u" 'winner-undo
|
"u" 'winner-undo
|
||||||
"C-u" 'winner-undo
|
"C-u" 'winner-undo
|
||||||
"C-r" 'winner-redo
|
"C-r" 'winner-redo
|
||||||
|
"C-h" 'evil-window-left ; don't accidentally invoke help
|
||||||
|
|
||||||
"C-w" 'ace-window
|
"C-w" 'ace-window
|
||||||
"C-S-w" (λ (ace-window 4)) ; swap windows
|
"C-S-w" (λ (ace-window 4)) ; swap windows
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue