aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 642d602..4791fe4 100644
--- a/config.def.h
+++ b/config.def.h
@@ -255,6 +255,8 @@ static const KeyBinding bindings_normal[] = {
{ "q", ACTION(MACRO_RECORD) },
{ "R", ACTION(MODE_REPLACE) },
{ "r", ACTION(REPLACE_CHAR) },
+ { "S", ALIAS("^c$") },
+ { "s", ALIAS("cl") },
{ "<Tab>", ACTION(SELECTIONS_ALIGN) },
{ "u", ACTION(UNDO) },
{ "v", ACTION(MODE_VISUAL) },