From 4a6f67dcfb5d04829f304db1237ebec887e6c1d6 Mon Sep 17 00:00:00 2001 From: CJ van den Berg Date: Mon, 16 Jun 2025 15:21:24 +0200 Subject: [PATCH] feat: add legacy input encoding compatible undo keybinding in emacs mode closes #267 --- src/keybind/builtin/emacs.json | 1 + 1 file changed, 1 insertion(+) diff --git a/src/keybind/builtin/emacs.json b/src/keybind/builtin/emacs.json index 2e150af..b2a9c71 100644 --- a/src/keybind/builtin/emacs.json +++ b/src/keybind/builtin/emacs.json @@ -20,6 +20,7 @@ "press": [ ["ctrl+g", "cancel"], ["ctrl+_", "undo"], + ["\u001f", "undo"], ["ctrl+k", ["select_end"], ["cut"]], ["ctrl+w", "cut"],