aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index ca05c0f..0037949 100644
--- a/config.def.h
+++ b/config.def.h
@@ -301,6 +301,7 @@ static const KeyBinding bindings_visual[] = {
{ "o", ACTION(SELECTION_FLIP) },
{ "q", ACTION(MACRO_RECORD) },
{ "r", ACTION(REPLACE_CHAR) },
+ { "s", ALIAS("c") },
{ "V", ACTION(MODE_VISUAL_LINE) },
{ "v", ALIAS("<Escape>") },
{ "x", ALIAS("d") },