From 7d2bae63b9e51c2952ff638ff5abce15499cd076 Mon Sep 17 00:00:00 2001 From: Johannes Altmanninger Date: Mon, 8 May 2023 22:38:22 +0200 Subject: Map undo selection change to / Change the initial / bindings to the recently freed-up . Pros: - easier to remember - the redo binding is logical. - works on legacy terminals, unlike Cons: - It's less convenient to toggle between selection undo and redo keys. I think this is okay since this scenario does not happen that often in practice. --- test/normal/selection-undo/undo/script | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'test/normal/selection-undo/undo/script') diff --git a/test/normal/selection-undo/undo/script b/test/normal/selection-undo/undo/script index 2b00d75e..64b1971f 100644 --- a/test/normal/selection-undo/undo/script +++ b/test/normal/selection-undo/undo/script @@ -1,2 +1,2 @@ ui_out -ignore 4 -ui_in '{ "jsonrpc": "2.0", "method": "keys", "params": [ "j2jihere" ] }' +ui_in '{ "jsonrpc": "2.0", "method": "keys", "params": [ "j2jihere" ] }' -- cgit v1.2.3