vis
a vi-like editor based on Plan 9's structural regular expressions
git clone https://9o.is/git/vis.git
commit 9e64d80863e31e3b52c20b83a07c877e12ece301 parent d99c8253d89bc89e1ad75d39d3c4a3fb2a41d9d3 Author: Marc André Tanner <mat@brain-dump.org> Date: Tue, 19 Jan 2016 20:47:31 +0100 vis: fix default command prompt in visual mode Diffstat:
| M | main.c | | | 2 | +- |
1 file changed, 1 insertion(+), 1 deletion(-)
diff --git a/main.c b/main.c @@ -792,7 +792,7 @@ static KeyAction vis_action[] = { [VIS_ACTION_PROMPT_SHOW_VISUAL] = { "prompt-show-visual", "Show editor command line prompt in visual mode", - prompt_show, { .s = "'<,'>" } + prompt_show, { .s = ":'<,'>" } }, [VIS_ACTION_REPEAT] = { "editor-repeat",