selectrum: set manual preview to all grep variants
This commit is contained in:
parent
a52b9cf686
commit
23a47acc06
1 changed files with 2 additions and 1 deletions
|
@ -106,7 +106,8 @@
|
||||||
(lambda (x) (setf
|
(lambda (x) (setf
|
||||||
(alist-get x consult-config)
|
(alist-get x consult-config)
|
||||||
(list :preview-key (list (kbd "C-SPC") (kbd "C-M-j") (kbd "C-M-k")))))
|
(list :preview-key (list (kbd "C-SPC") (kbd "C-M-j") (kbd "C-M-k")))))
|
||||||
'(consult-bookmark consult-recent-file consult--grep consult-theme)))
|
'(consult-bookmark consult-recent-file consult-theme
|
||||||
|
consult--grep consult-grep consult-ripgrep consult-git-grep +default/search-project)))
|
||||||
|
|
||||||
(use-package! consult-flycheck
|
(use-package! consult-flycheck
|
||||||
:when (featurep! :checkers syntax)
|
:when (featurep! :checkers syntax)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue