diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-10 22:36:48 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-10 22:36:48 +0200 |
| commit | e82fd6f6e2f7b16243f3972f28dd400d599bf00e (patch) | |
| tree | dea1ae2082cef7617550ed35f471cdda2bb1332c /config.def.h | |
| parent | f854cefe0e8cb1a7532fbd5195ba89a59646b11b (diff) | |
| download | vis-e82fd6f6e2f7b16243f3972f28dd400d599bf00e.tar.gz vis-e82fd6f6e2f7b16243f3972f28dd400d599bf00e.tar.xz | |
Add normal mode command 's'
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 1 |
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 } }, |
