summaryrefslogtreecommitdiff
path: root/test/normal/selection-undo/undo/script
diff options
context:
space:
mode:
authorJohannes Altmanninger <aclopte@gmail.com>2023-05-08 22:38:22 +0200
committerJohannes Altmanninger <aclopte@gmail.com>2023-05-09 11:32:37 +0200
commit7d2bae63b9e51c2952ff638ff5abce15499cd076 (patch)
tree198b24e606d95297272ea1af289c7ca0cf8ce137 /test/normal/selection-undo/undo/script
parent2adc81c4c937e2422b1f3fa7cf470e1e7b040ffa (diff)
Map undo selection change to <a-u>/<a-U>
Change the initial <c-h>/<c-k> bindings to the recently freed-up <a-u></a-U>. Pros: - easier to remember - the redo binding is logical. - works on legacy terminals, unlike <c-h> 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.
Diffstat (limited to 'test/normal/selection-undo/undo/script')
-rw-r--r--test/normal/selection-undo/undo/script2
1 files changed, 1 insertions, 1 deletions
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": [ "j2j<c-h><c-h>ihere<esc>" ] }'
+ui_in '{ "jsonrpc": "2.0", "method": "keys", "params": [ "j2j<a-u><a-u>ihere<esc>" ] }'