Map shift-backspace to backspace

A user pointed out that it was weird that this didn't work and violated their muscle memory.
This commit is contained in:
Nathan Sobo 2022-04-21 14:25:31 -06:00
parent b355b5c1fb
commit 30f2604a8d

View File

@ -26,6 +26,7 @@
"bindings": {
"escape": "editor::Cancel",
"backspace": "editor::Backspace",
"shift-backspace": "editor::Backspace",
"ctrl-h": "editor::Backspace",
"delete": "editor::Delete",
"ctrl-d": "editor::Delete",