aboutsummaryrefslogtreecommitdiff
path: root/main.c
diff options
context:
space:
mode:
Diffstat (limited to 'main.c')
-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",