Simplify counsel bindings

This commit is contained in:
Adam Goldsmith 2017-12-15 00:44:58 -05:00
parent 9cf53e10d4
commit 7d2754c535

View File

@ -269,11 +269,11 @@
:bind (("M-x" . counsel-M-x) :bind (("M-x" . counsel-M-x)
("C-M-y" . counsel-yank-pop) ("C-M-y" . counsel-yank-pop)
("C-x C-f" . counsel-find-file) ("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-M-i" . counsel-find-file-edit-path)
:map counsel-find-file-map ("C-DEL" . ivy-backward-kill-word) ("C-DEL" . ivy-backward-kill-word)
:map counsel-find-file-map ("C-<backspace>" . ivy-backward-kill-word) ("C-<backspace>" . ivy-backward-kill-word)
:map counsel-find-file-map ("M-DEL" . counsel-up-directory) ("M-DEL" . counsel-up-directory)
:map counsel-find-file-map ("M-<backspace>" . counsel-up-directory)) ("M-<backspace>" . counsel-up-directory)))
:init :init
(bind-key "C-c C-c M-x" 'execute-extended-command) ;;normal M-x. (bind-key "C-c C-c M-x" 'execute-extended-command) ;;normal M-x.
:config :config