From 6887998c23d31430bde619e52d86de7b0ddf5c96 Mon Sep 17 00:00:00 2001 From: Henrik Lissner Date: Thu, 27 Oct 2022 20:09:17 +0200 Subject: [PATCH] feat(default): add C-h/C-l evil keybinds for helm Close: #6853 Co-authored-by: BenediktBroich --- modules/config/default/+evil-bindings.el | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) diff --git a/modules/config/default/+evil-bindings.el b/modules/config/default/+evil-bindings.el index dd2e54c4e..71b0ecb10 100644 --- a/modules/config/default/+evil-bindings.el +++ b/modules/config/default/+evil-bindings.el @@ -195,7 +195,10 @@ [right] nil) (:after helm-files :map (helm-find-files-map helm-read-file-map) [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 [C-return] #'helm-ff-run-switch-other-window) (:after helm-buffers :map helm-buffer-map