aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2016-01-19 20:47:31 +0100
committerMarc André Tanner <mat@brain-dump.org>2016-01-19 20:47:31 +0100
commitf1c507359399360f660d8dbafb44cf3b06372a95 (patch)
tree70f47fe78009f876d40433872c3532ba68c8e89b
parente745b5ef655c38c0501d9d5ea1e2fd869ce4f355 (diff)
downloadvis-f1c507359399360f660d8dbafb44cf3b06372a95.tar.gz
vis-f1c507359399360f660d8dbafb44cf3b06372a95.tar.xz
vis: fix default command prompt in visual mode
-rw-r--r--main.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/main.c b/main.c
index c4abe0b..7cb7350 100644
--- 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",