diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2016-01-19 20:47:31 +0100 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2016-01-19 20:47:31 +0100 |
| commit | f1c507359399360f660d8dbafb44cf3b06372a95 (patch) | |
| tree | 70f47fe78009f876d40433872c3532ba68c8e89b | |
| parent | e745b5ef655c38c0501d9d5ea1e2fd869ce4f355 (diff) | |
| download | vis-f1c507359399360f660d8dbafb44cf3b06372a95.tar.gz vis-f1c507359399360f660d8dbafb44cf3b06372a95.tar.xz | |
vis: fix default command prompt in visual mode
| -rw-r--r-- | main.c | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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", |
