feat(default): add C-h/C-l evil keybinds for helm

Close: #6853
Co-authored-by: BenediktBroich <BenediktBroich@users.noreply.github.com>
This commit is contained in:
Henrik Lissner 2022-10-27 20:09:17 +02:00
parent f9888c21e6
commit 6887998c23
No known key found for this signature in database
GPG key ID: B60957CA074D39A3

View file

@ -195,7 +195,10 @@
[right] nil) [right] nil)
(:after helm-files :map (helm-find-files-map helm-read-file-map) (:after helm-files :map (helm-find-files-map helm-read-file-map)
[C-return] #'helm-ff-run-switch-other-window [C-return] #'helm-ff-run-switch-other-window
"C-w" #'helm-find-files-up-one-level) "C-w" #'helm-find-files-up-one-level
(:when (modulep! :editor evil +everywhere)
"C-h" #'helm-find-files-up-one-level
"C-l" #'helm-execute-persistent-action))
(:after helm-locate :map helm-generic-files-map (:after helm-locate :map helm-generic-files-map
[C-return] #'helm-ff-run-switch-other-window) [C-return] #'helm-ff-run-switch-other-window)
(:after helm-buffers :map helm-buffer-map (:after helm-buffers :map helm-buffer-map