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:
parent
f9888c21e6
commit
6887998c23
1 changed files with 4 additions and 1 deletions
|
@ -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
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue