mirror of
https://github.com/doomemacs/doomemacs
synced 2025-08-05 12:37:33 -05:00
Update key bindings
This commit is contained in:
@ -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
|
||||||
|
Reference in New Issue
Block a user