feat: add smart_delete_backward command for improved smart pair handling

This commit is contained in:
CJ van den Berg 2025-03-04 19:51:31 +01:00
parent e34aed4a95
commit c984f3c392
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9
3 changed files with 63 additions and 1 deletions

View file

@ -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"],