ripgrep posframe
This commit is contained in:
parent
a355fec5b8
commit
13b38d3275
3
init.org
3
init.org
|
|
@ -529,7 +529,7 @@ Honestly not very happy with this at the moment, but it's kind of hacked togethe
|
||||||
"fi" '("Edit init.org" . nemo/edit-init-org)
|
"fi" '("Edit init.org" . nemo/edit-init-org)
|
||||||
"fs" '("Save" . save-buffer)
|
"fs" '("Save" . save-buffer)
|
||||||
"fr" '("rg" . consult-ripgrep)
|
"fr" '("rg" . consult-ripgrep)
|
||||||
"fR" '("rg in dir" . #’nemo/consult-ripgrep-dir)
|
"fR" '("rg in dir" . nemo/consult-ripgrep-dir)
|
||||||
)
|
)
|
||||||
)
|
)
|
||||||
#+end_src
|
#+end_src
|
||||||
|
|
@ -1121,6 +1121,7 @@ Use =vertico-posframe= to make the =vertico= buffer floating in the centre of th
|
||||||
vertico-multiform-commands
|
vertico-multiform-commands
|
||||||
'((consult-line (:not posframe))
|
'((consult-line (:not posframe))
|
||||||
(consult-ripgrep (:not posframe))
|
(consult-ripgrep (:not posframe))
|
||||||
|
(xref-find-references (:not posframe))
|
||||||
(nemo/consult-ripgrep (:not posframe))
|
(nemo/consult-ripgrep (:not posframe))
|
||||||
(nemo/consult-ripgrep-dir (:not posframe))
|
(nemo/consult-ripgrep-dir (:not posframe))
|
||||||
;; (lsp-find-references (:not posframe))
|
;; (lsp-find-references (:not posframe))
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue