feat: add legacy input encoding compatible undo keybinding in emacs mode
closes #267
This commit is contained in:
parent
717bef9c61
commit
4a6f67dcfb
1 changed files with 1 additions and 0 deletions
|
@ -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"],
|
||||||
|
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue