aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index a2a4b04..b8b9dd5 100644
--- a/config.def.h
+++ b/config.def.h
@@ -247,7 +247,7 @@ static KeyBinding vis_mode_normal[] = {
{ "v", ACTION(MODE_VISUAL) },
{ "V", ACTION(MODE_VISUAL_LINE) },
{ "R", ACTION(MODE_REPLACE) },
- { "S", ALIAS("cc") },
+ { "S", ALIAS("^c$") },
{ "s", ALIAS("cl") },
{ "Y", ALIAS("yy") },
{ "X", ALIAS("dh") },