Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Disallow exiting from
rename:
mode with backspace
After looking at the list of possibilities for `app.ui.cmdPrefix` by searching through the code, renaming looks to be the only remaining mode where exiting via backspace doesn't make sense. In particular, I don't think any commands other than `rename` commonly start out with some editable text in the prompt. The other dangerous mode is the `>` mode, but there exit-on-backspace was already disabled. Fixes #1052, #1059
- Loading branch information