Simplify counsel bindings
This commit is contained in:
parent
9cf53e10d4
commit
7d2754c535
@ -269,11 +269,11 @@
|
||||
:bind (("M-x" . counsel-M-x)
|
||||
("C-M-y" . counsel-yank-pop)
|
||||
("C-x C-f" . counsel-find-file)
|
||||
:map counsel-find-file-map ("C-M-i" . counsel-find-file-edit-path)
|
||||
:map counsel-find-file-map ("C-DEL" . ivy-backward-kill-word)
|
||||
:map counsel-find-file-map ("C-<backspace>" . ivy-backward-kill-word)
|
||||
:map counsel-find-file-map ("M-DEL" . counsel-up-directory)
|
||||
:map counsel-find-file-map ("M-<backspace>" . counsel-up-directory))
|
||||
:map counsel-find-file-map (("C-M-i" . counsel-find-file-edit-path)
|
||||
("C-DEL" . ivy-backward-kill-word)
|
||||
("C-<backspace>" . ivy-backward-kill-word)
|
||||
("M-DEL" . counsel-up-directory)
|
||||
("M-<backspace>" . counsel-up-directory)))
|
||||
:init
|
||||
(bind-key "C-c C-c M-x" 'execute-extended-command) ;;normal M-x.
|
||||
:config
|
||||
|
Loading…
Reference in New Issue
Block a user