|
@ -420,7 +420,7 @@ Windows Theme: |
|
|
ivy-re-builders-alist ;; regex replaces spaces with * |
|
|
ivy-re-builders-alist ;; regex replaces spaces with * |
|
|
'((t . ivy--regex-plus)))) |
|
|
'((t . ivy--regex-plus)))) |
|
|
|
|
|
|
|
|
; make M-x more descriptive |
|
|
|
|
|
|
|
|
; make counsel-M-x more descriptive |
|
|
(use-package ivy-rich |
|
|
(use-package ivy-rich |
|
|
:ensure t |
|
|
:ensure t |
|
|
:init |
|
|
:init |
|
@ -428,14 +428,17 @@ Windows Theme: |
|
|
|
|
|
|
|
|
(use-package counsel |
|
|
(use-package counsel |
|
|
:ensure t |
|
|
:ensure t |
|
|
:bind* |
|
|
|
|
|
|
|
|
:bind |
|
|
(("M-x" . counsel-M-x) |
|
|
(("M-x" . counsel-M-x) |
|
|
("C-x C-f" . counsel-find-file) |
|
|
("C-x C-f" . counsel-find-file) |
|
|
("C-x C-r" . counsel-recentf) |
|
|
("C-x C-r" . counsel-recentf) |
|
|
|
|
|
("C-x b" . counsel-ibuffer) |
|
|
("C-c C-f" . counsel-git) |
|
|
("C-c C-f" . counsel-git) |
|
|
("C-c h f" . counsel-describe-function) |
|
|
("C-c h f" . counsel-describe-function) |
|
|
("C-c h v" . counsel-describe-variable) |
|
|
("C-c h v" . counsel-describe-variable) |
|
|
("M-i" . counsel-imenu))) |
|
|
("M-i" . counsel-imenu))) |
|
|
|
|
|
; :map minibuffer-local-map ;;currently mapped to evil-redo |
|
|
|
|
|
; ("C-r" . 'counsel-minibuffer-history))) |
|
|
|
|
|
|
|
|
(use-package swiper |
|
|
(use-package swiper |
|
|
:ensure t |
|
|
:ensure t |
|
|