Change vertico-repeat bindings

This commit is contained in:
David Morgan 2022-10-17 16:10:46 +01:00
parent 62fd266d96
commit 427f12ee56
Signed by: djm
GPG Key ID: C171251002C200F2
1 changed files with 3 additions and 1 deletions

View File

@ -143,7 +143,9 @@ DEFS is a plist associating completion categories to commands."
:hook (rfn-eshadow-update-overlay . vertico-directory-tidy))
(use-feature vertico-repeat
:bind ("<f9>" . vertico-repeat)
:bind
("C-\\" . vertico-repeat)
("C-|" . vertico-repeat-select)
:hook (minibuffer-setup . vertico-repeat-save)
:config
(add-to-list 'savehist-additional-variables 'vertico-repeat-history))