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:
parent
000fb46329
commit
ee4ce025de
1 changed files with 3 additions and 0 deletions
3
etc/skel/.config/micro/bindings.json
Normal file
3
etc/skel/.config/micro/bindings.json
Normal file
|
@ -0,0 +1,3 @@
|
||||||
|
{
|
||||||
|
"OldBackspace": "DeleteWordLeft"
|
||||||
|
}
|
Loading…
Reference in a new issue