diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 3a09da2..c29ce64 100644 --- a/config.def.h +++ b/config.def.h @@ -268,7 +268,7 @@ static const KeyBinding bindings_visual[] = { { "<C-c>", ALIAS("<Escape>") }, { "v", ALIAS("<Escape>") }, { "V", ACTION(MODE_VISUAL_LINE) }, - { ":", ACTION(PROMPT_SHOW_VISUAL) }, + { ":", ACTION(PROMPT_SHOW) }, { "<C-b>", ALIAS("<PageUp>") }, { "<C-f>", ALIAS("<PageDown>") }, { "<C-u>", ACTION(CURSORS_PREV) }, |
