Ivy: Add keybinding for counsel-minibuffer-history

This commit is contained in:
James Wang 2018-05-19 00:05:23 +08:00 committed by Codruț Constantin Gușoi
parent ce1cd872f9
commit a226c78ea1
1 changed files with 1 additions and 0 deletions

View File

@ -125,6 +125,7 @@
spacemacs--ivy-file-actions)
(define-key counsel-find-file-map (kbd "C-h") 'counsel-up-directory)
(define-key read-expression-map (kbd "C-r") 'counsel-minibuffer-history)
;; remaps built-in commands that have a counsel replacement
(counsel-mode 1)
(spacemacs|hide-lighter counsel-mode)