diff options
| author | Marc André Tanner <mat@brain-dump.org> | 2014-09-10 19:20:20 +0200 |
|---|---|---|
| committer | Marc André Tanner <mat@brain-dump.org> | 2014-09-10 19:20:20 +0200 |
| commit | 8910f3fc969ebc64c3f71d162cc9383cf197cdba (patch) | |
| tree | a63d60a19feb2ea087087524a5d3fe5de91014d9 /config.def.h | |
| parent | ac669ee5d2e43f60491fe22413afe6c09455b191 (diff) | |
| download | vis-8910f3fc969ebc64c3f71d162cc9383cf197cdba.tar.gz vis-8910f3fc969ebc64c3f71d162cc9383cf197cdba.tar.xz | |
Add normal command 'S' as asynonym for 'cc'
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 d706974..1a7d383 100644 --- a/config.def.h +++ b/config.def.h @@ -346,6 +346,7 @@ static KeyBinding vis_normal[] = { { { NONE('i') }, switchmode, { .i = VIS_MODE_INSERT } }, { { NONE('v') }, switchmode, { .i = VIS_MODE_VISUAL } }, { { NONE('R') }, switchmode, { .i = VIS_MODE_REPLACE} }, + { { NONE('S') }, operator_twice, { .i = OP_CHANGE } }, { { NONE('u') }, undo, { NULL } }, { { CONTROL('R') }, redo, { NULL } }, { { CONTROL('L') }, call, { .f = editor_draw } }, |
