Disable consult preview for expensive things
This commit is contained in:
@@ -344,12 +344,14 @@
|
|||||||
;; For some commands and buffer sources it is useful to configure the
|
;; For some commands and buffer sources it is useful to configure the
|
||||||
;; :preview-key on a per-command basis using the `consult-customize' macro.
|
;; :preview-key on a per-command basis using the `consult-customize' macro.
|
||||||
(consult-customize
|
(consult-customize
|
||||||
consult-theme
|
consult-theme consult-xref consult-bookmark
|
||||||
:preview-key '(:debounce 0.5 any)
|
|
||||||
consult-ripgrep consult-git-grep consult-grep
|
consult-ripgrep consult-git-grep consult-grep
|
||||||
consult-bookmark consult-recent-file consult-xref
|
:preview-key '(:debounce 0.4 any)
|
||||||
|
|
||||||
|
consult-recent-file consult-buffer
|
||||||
consult--source-bookmark consult--source-recent-file
|
consult--source-bookmark consult--source-recent-file
|
||||||
consult--source-project-recent-file))
|
consult--source-project-recent-file
|
||||||
|
:preview-key "C-."))
|
||||||
|
|
||||||
(use-package consult-dir
|
(use-package consult-dir
|
||||||
:ensure t
|
:ensure t
|
||||||
|
|||||||
Reference in New Issue
Block a user