Bind SPC / f to locate/counsel-locate

This commit is contained in:
Henrik Lissner 2019-09-15 16:21:10 -04:00
parent dc15d471da
commit 20eb5ce4f6
No known key found for this signature in database
GPG key ID: 5F6C0EA160557395
2 changed files with 3 additions and 1 deletions

View file

@ -220,7 +220,8 @@ evil-ex-specific constructs, so we disable it solely in evil-ex."
[remap org-capture] #'counsel-org-capture
[remap swiper] #'counsel-grep-or-swiper
[remap evil-ex-registers] #'counsel-evil-registers
[remap yank-pop] #'counsel-yank-pop)
[remap yank-pop] #'counsel-yank-pop
[remap locate] #'counsel-locate)
:config
(set-popup-rule! "^\\*ivy-occur" :size 0.35 :ttl 0 :quit nil)