From da3c41bca0f1b697f7a0eb364ca736ba8b30dbc8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 10 Sep 2014 19:22:00 +0200 Subject: Add normal command 'Y' as a synonym for 'yy' --- config.def.h | 1 + 1 file changed, 1 insertion(+) diff --git a/config.def.h b/config.def.h index 1a7d383..8613794 100644 --- a/config.def.h +++ b/config.def.h @@ -347,6 +347,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('Y') }, operator_twice, { .i = OP_YANK } }, { { NONE('u') }, undo, { NULL } }, { { CONTROL('R') }, redo, { NULL } }, { { CONTROL('L') }, call, { .f = editor_draw } }, -- cgit v1.2.3