We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c183aa7 commit 65ff263Copy full SHA for 65ff263
modules/completion/vertico/config.el
@@ -29,7 +29,7 @@ overrides `completion-styles' during company completion sessions.")
29
;; cleans ~/foo/bar/// to /, and ~/foo/bar/~/ to ~/.
30
(add-hook 'rfn-eshadow-update-overlay-hook #'vertico-directory-tidy)
31
(add-hook 'minibuffer-setup-hook #'vertico-repeat-save)
32
- (map! :map vertico-map [backspace] #'vertico-directory-delete-char))
+ (map! :map vertico-map "DEL" #'vertico-directory-delete-char))
33
34
35
(use-package! orderless
0 commit comments