diff options
Diffstat (limited to 'emacs')
-rw-r--r-- | emacs/init.el | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/emacs/init.el b/emacs/init.el index dbee00c..7ccc8aa 100644 --- a/emacs/init.el +++ b/emacs/init.el @@ -454,8 +454,8 @@ The misspelled word is taken from OVERLAY. WORD is the corrected word." :after vertico :bind (:map vertico-map ("RET" . vertico-directory-enter) - ("<backspace>" . vertico-directory-delete-char) - ("C-<backspace>" . vertico-directory-delete-word)) + ("DEL" . vertico-directory-delete-char) + ("DEL" . vertico-directory-delete-word)) ;; If i type ~/ etc in a find-file prompt, get rid of the preceding directory names for a cleaner look. :hook (rfn-eshadow-update-overlay . vertico-directory-tidy)) |