feat: add legacy input encoding compatible undo keybinding in emacs mode

closes #267
This commit is contained in:
CJ van den Berg 2025-06-16 15:21:24 +02:00
parent 717bef9c61
commit 4a6f67dcfb
Signed by: neurocyte
GPG key ID: 8EB1E1BB660E3FB9

View file

@ -20,6 +20,7 @@
"press": [ "press": [
["ctrl+g", "cancel"], ["ctrl+g", "cancel"],
["ctrl+_", "undo"], ["ctrl+_", "undo"],
["\u001f", "undo"],
["ctrl+k", ["select_end"], ["cut"]], ["ctrl+k", ["select_end"], ["cut"]],
["ctrl+w", "cut"], ["ctrl+w", "cut"],