fix l&k keybindings

This commit is contained in:
Stefan Schwarz 2022-07-18 12:04:06 +02:00
parent 1a2bcef321
commit b367cc7b6e

View file

@ -100,9 +100,15 @@
("C-j" . helm-next-line)
("C-p" . helm-previous-line)
("C-n" . helm-next-line)
("C-h" . nil)
("C-h" . helm-find-files-up-one-level)
("C-l" . nil)
("C-l" . helm-ff-RET)
("ESC" . abort-recursive-edit))
("ESC" . abort-recursive-edit)
:map helm-find-files-map
("C-l" . nil)
("C-l" . helm-ff-RET)
)
:preface
(setq
helm-display-buffer-default-height 0.25