ivy: add 2 missing bindings "SPC fel" and "SPC hi"

These are available with Helm and Counsel has similar counterparts.
This commit is contained in:
MadAnd 2017-04-12 14:48:52 +03:00 committed by syl20bnr
parent a8f68c0cca
commit 33f3cf1293
1 changed files with 2 additions and 0 deletions

View File

@ -50,12 +50,14 @@
dotspacemacs-emacs-command-key 'counsel-M-x
;; files
"ff" 'counsel-find-file
"fel" 'counsel-find-library
"fL" 'counsel-locate
;; help
"?" 'counsel-descbinds
"hdf" 'counsel-describe-function
"hdm" 'spacemacs/describe-mode
"hdv" 'counsel-describe-variable
"hi" 'counsel-info-lookup-symbol
"hR" 'spacemacs/counsel-search-docs
;; insert
"iu" 'counsel-unicode-char