fix l&k keybindings
This commit is contained in:
parent
1a2bcef321
commit
b367cc7b6e
1 changed files with 7 additions and 1 deletions
8
init.el
8
init.el
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue