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 8a125b1..6c5e274 100644
--- a/config.def.h
+++ b/config.def.h
@@ -351,6 +351,7 @@ static KeyBinding vis_normal[] = {
{ { NONE('v') }, switchmode, { .i = VIS_MODE_VISUAL } },
{ { NONE('R') }, switchmode, { .i = VIS_MODE_REPLACE} },
{ { NONE('S') }, operator_twice, { .i = OP_CHANGE } },
+ { { NONE('s') }, change, { .i = MOVE_CHAR_NEXT } },
{ { NONE('Y') }, operator_twice, { .i = OP_YANK } },
{ { NONE('u') }, undo, { NULL } },
{ { CONTROL('R') }, redo, { NULL } },