mirror of
https://codeberg.org/andyscott/dotfiles.git
synced 2024-11-09 14:00:47 -05:00
fix invalid preview key
This commit is contained in:
parent
3f9d619575
commit
44602f5816
1 changed files with 2 additions and 2 deletions
|
@ -311,8 +311,8 @@
|
||||||
|
|
||||||
;; Optionally configure preview. The default value
|
;; Optionally configure preview. The default value
|
||||||
;; is 'any, such that any key triggers the preview.
|
;; is 'any, such that any key triggers the preview.
|
||||||
;; (setq consult-preview-key 'any)
|
(setq consult-preview-key 'any)
|
||||||
(setq consult-preview-key (kbd "M-."))
|
;; (setq consult-preview-key (kbd "M-."))
|
||||||
;; (setq consult-preview-key (list (kbd "<S-down>") (kbd "<S-up>")))
|
;; (setq consult-preview-key (list (kbd "<S-down>") (kbd "<S-up>")))
|
||||||
;; 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.
|
||||||
|
|
Loading…
Reference in a new issue