Bind even more counsel keybindings
This commit is contained in:
parent
fd7aa49c77
commit
96b97d3176
@ -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)))
|
||||
|
Loading…
Reference in New Issue
Block a user