aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
authorMarc André Tanner <mat@brain-dump.org>2014-09-10 19:20:20 +0200
committerMarc André Tanner <mat@brain-dump.org>2014-09-10 19:20:20 +0200
commit8910f3fc969ebc64c3f71d162cc9383cf197cdba (patch)
treea63d60a19feb2ea087087524a5d3fe5de91014d9 /config.def.h
parentac669ee5d2e43f60491fe22413afe6c09455b191 (diff)
downloadvis-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.h1
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 } },