completion/ivy: remap swiper -> counsel-grep-or-swiper #432
This commit is contained in:
parent
c595fe2eb8
commit
1758008ca5
1 changed files with 2 additions and 1 deletions
|
@ -94,7 +94,8 @@ immediately runs it on the current candidate (ending the ivy session)."
|
||||||
[remap info-lookup-symbol] #'counsel-info-lookup-symbol
|
[remap info-lookup-symbol] #'counsel-info-lookup-symbol
|
||||||
[remap imenu] #'counsel-imenu
|
[remap imenu] #'counsel-imenu
|
||||||
[remap recentf-open-files] #'counsel-recentf
|
[remap recentf-open-files] #'counsel-recentf
|
||||||
[remap org-capture] #'counsel-org-capture)
|
[remap org-capture] #'counsel-org-capture
|
||||||
|
[remap swiper] #'counsel-grep-or-swiper)
|
||||||
:config
|
:config
|
||||||
(set! :popup "^\\*ivy-occur" '((size . 0.35)) '((transient . 0) (quit)))
|
(set! :popup "^\\*ivy-occur" '((size . 0.35)) '((transient . 0) (quit)))
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue