vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit c69e5eb86b0a6c530085982a4f6ab571956b8cfb parent 529ca93a4bc09474b35473d0a67b06cd8972c777 Author: Marc André Tanner <mat@brain-dump.org> Date: Fri, 28 Jul 2017 00:05:58 +0200 vis: restore old s mapping in visual mode This should have been part of 098a9bf39a801af4671f6cbc8f986188408c869e. Diffstat:
| M | config.def.h | | | 1 | + |
1 file changed, 1 insertion(+), 0 deletions(-)
diff --git a/config.def.h b/config.def.h @@ -301,6 +301,7 @@ static const KeyBinding bindings_visual[] = { { "o", ACTION(SELECTION_FLIP) }, { "q", ACTION(MACRO_RECORD) }, { "r", ACTION(REPLACE_CHAR) }, + { "s", ALIAS("c") }, { "V", ACTION(MODE_VISUAL_LINE) }, { "v", ALIAS("<Escape>") }, { "x", ALIAS("d") },