kakoune/test/normal/selection-undo/redo
Johannes Altmanninger 7d2bae63b9 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.
2023-05-09 11:32:37 +02:00
..
cmd Add tests for selection undo 2022-12-27 18:24:55 +01:00
in Add tests for selection undo 2022-12-27 18:24:55 +01:00
out Add tests for selection undo 2022-12-27 18:24:55 +01:00
script Map undo selection change to <a-u>/<a-U> 2023-05-09 11:32:37 +02:00