feat: add smart_delete_backward command for improved smart pair handling
This commit is contained in:
parent
e34aed4a95
commit
c984f3c392
3 changed files with 63 additions and 1 deletions
|
@ -149,7 +149,7 @@
|
|||
["escape", "cancel"],
|
||||
["enter", "smart_insert_line"],
|
||||
["delete", "delete_forward"],
|
||||
["backspace", "delete_backward"],
|
||||
["backspace", "smart_delete_backward"],
|
||||
["left", "move_left"],
|
||||
["right", "move_right"],
|
||||
["up", "move_up"],
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue