vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 76cd6b2223e3be7e3c8a56110a789d3272cec639 parent cb66eebb947e42b58b9c833cee912f2f30fd4405 Author: Marc André Tanner <mat@brain-dump.org> Date: Fri, 31 Jan 2020 15:56:01 +0100 Merge branch 'case-visual-mode' of https://github.com/erf/vis Diffstat:
| M | config.def.h | | | 2 | ++ |
1 file changed, 2 insertions(+), 0 deletions(-)
diff --git a/config.def.h b/config.def.h @@ -292,6 +292,8 @@ static const KeyBinding bindings_visual[] = { { "q", ACTION(MACRO_RECORD) }, { "r", ACTION(REPLACE_CHAR) }, { "s", ALIAS("c") }, + { "u", ALIAS("gu<Escape>") }, + { "U", ALIAS("gU<Escape>") }, { "V", ACTION(MODE_VISUAL_LINE) }, { "v", ALIAS("<Escape>") }, { "x", ALIAS("d") },