Disable C-hjkl buffer navigation
This commit is contained in:
parent
02291c1b8d
commit
06aea2cc05
1 changed files with 5 additions and 6 deletions
|
@ -97,13 +97,12 @@
|
|||
"C-w C-r" 'winner-redo
|
||||
|
||||
;; buffer navigation
|
||||
"C-h" 'evil-window-left
|
||||
"C-j" 'evil-window-down
|
||||
"C-k" 'evil-window-up
|
||||
"C-l" 'evil-window-right
|
||||
|
||||
;; "C-h" 'evil-window-left
|
||||
;; "C-j" 'evil-window-down
|
||||
;; "C-k" 'evil-window-up
|
||||
;; "C-l" 'evil-window-right
|
||||
;; restore help key
|
||||
"M-h" 'help-command
|
||||
;; "M-h" 'help-command
|
||||
|
||||
;; Increment/decrement number under cursor
|
||||
"C-=" 'evil-numbers/inc-at-pt
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue