feat(micro): add DeleteWordLeft binding

Add ctrl+backspace > DeleteWordLeft binding. This is a fairly common
binding in many other applications.
This commit is contained in:
BluishHumility 2023-12-25 12:42:37 -05:00
parent 000fb46329
commit ee4ce025de
No known key found for this signature in database
1 changed files with 3 additions and 0 deletions

View File

@ -0,0 +1,3 @@
{
"OldBackspace": "DeleteWordLeft"
}