Bind even more counsel keybindings

This commit is contained in:
Jeremy Dormitzer 2019-12-12 15:30:39 -05:00
parent fd7aa49c77
commit 96b97d3176

View File

@ -2928,7 +2928,9 @@ An alternative minibuffer completion framework:
("C-x C-f" #'counsel-find-file)
("C-M-u" #'counsel-unicode-char)
("C-c p" #'counsel-yank-pop)
("C-s" #'swiper-isearch))
("C-s" #'swiper-isearch)
(help-map "f" #'counsel-describe-function)
(help-map "v" #'counsel-describe-variable))
(defun counsel-ibuffer-kill-buffer (x)
(kill-buffer (cdr x)))