make C-i (<tab>) complete in helm-find-files-map
and <backtab> (i.e., shift <tab>) present list of actions
This commit is contained in:
parent
aa267256bc
commit
8b4c21608f
3
init.el
3
init.el
@ -79,6 +79,9 @@
|
||||
:init
|
||||
(setq helm-split-window-default-side 'other)
|
||||
(helm-mode 1)
|
||||
:config
|
||||
(define-key helm-find-files-map (kbd "<backtab>") #'helm-select-action)
|
||||
(define-key helm-find-files-map (kbd "C-i") #'helm-execute-persistent-action)
|
||||
:bind
|
||||
(("M-x" . helm-M-x)
|
||||
("M-y" . helm-show-kill-ring)
|
||||
|
Loading…
x
Reference in New Issue
Block a user