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-22 06:04:12 -06:00
parent b355b5c1fb
commit 30f2604a8d
+1
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",