What happened?
I pressed backspace while using SPC f f
with vertico and emacs -nw
and only a single character was deleted before the cursor.
What did you expect to happen?
I expected to delete the entire upper folder name.
Let’s say I have:
~/emacs-doom-config/some-folder/
When I press backspace, I expect to have something like this afterwards:
~/emacs-doom-config/
Steps to reproduce
- Enable vertico in init.el
- Open emacs inside a terminal with either
emacs -nw
oremacsclient -c -nw -a=vim
- Press
SPC f f
- Try to delete an upper folder name like the example before.
System information
Loading data dump...
Also, for some reason, it seems like backspace is bounded to vertico-directory-delete-char
Emacs GUI, but it’s bounded to delete-backward-char
inside Terminal Emacs.