config/default: remove C-{h,j,k,l} keybinds
These keybinds (particularly C-h) are a tad too imposing to be defaults. Without C-h, the help commands in certain special modes (like magit or org-agenda) become inaccessible.
This commit is contained in:
parent
162b8dc81f
commit
54a088230f
1 changed files with 0 additions and 5 deletions
|
@ -68,11 +68,6 @@
|
|||
:m "A-k" #'+default:multi-previous-line
|
||||
:nv "C-SPC" #'+evil:fold-toggle
|
||||
:gnvimr "M-v" #'clipboard-yank
|
||||
;; Easier window navigation
|
||||
:en "C-h" #'evil-window-left
|
||||
:en "C-j" #'evil-window-down
|
||||
:en "C-k" #'evil-window-up
|
||||
:en "C-l" #'evil-window-right
|
||||
|
||||
"C-x p" #'+popup/other
|
||||
(:when IS-MAC
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue