From 8910f3fc969ebc64c3f71d162cc9383cf197cdba Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 10 Sep 2014 19:20:20 +0200 Subject: Add normal command 'S' as asynonym for 'cc' --- config.def.h | 1 + 1 file changed, 1 insertion(+) (limited to 'config.def.h') 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 } }, -- cgit v1.2.3