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
|
"C-w C-r" 'winner-redo
|
||||||
|
|
||||||
;; buffer navigation
|
;; buffer navigation
|
||||||
"C-h" 'evil-window-left
|
;; "C-h" 'evil-window-left
|
||||||
"C-j" 'evil-window-down
|
;; "C-j" 'evil-window-down
|
||||||
"C-k" 'evil-window-up
|
;; "C-k" 'evil-window-up
|
||||||
"C-l" 'evil-window-right
|
;; "C-l" 'evil-window-right
|
||||||
|
|
||||||
;; restore help key
|
;; restore help key
|
||||||
"M-h" 'help-command
|
;; "M-h" 'help-command
|
||||||
|
|
||||||
;; Increment/decrement number under cursor
|
;; Increment/decrement number under cursor
|
||||||
"C-=" 'evil-numbers/inc-at-pt
|
"C-=" 'evil-numbers/inc-at-pt
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue