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:
Henrik Lissner 2018-09-13 11:12:29 -04:00
parent 162b8dc81f
commit 54a088230f
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395

View file

@ -68,11 +68,6 @@
:m "A-k" #'+default:multi-previous-line :m "A-k" #'+default:multi-previous-line
:nv "C-SPC" #'+evil:fold-toggle :nv "C-SPC" #'+evil:fold-toggle
:gnvimr "M-v" #'clipboard-yank :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 "C-x p" #'+popup/other
(:when IS-MAC (:when IS-MAC