From 89bc5a0344deafdeddde58b625376f23602c075b Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Wed, 17 Sep 2014 14:28:45 +0200 Subject: Implement right shift operator --- 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 d78c076..d3c0e88 100644 --- a/config.def.h +++ b/config.def.h @@ -198,6 +198,7 @@ static KeyBinding vis_operators[] = { { { NONE('c') }, operator, { .i = OP_CHANGE } }, { { NONE('y') }, operator, { .i = OP_YANK } }, { { NONE('p') }, operator, { .i = OP_PUT } }, + { { NONE('>') }, operator, { .i = OP_SHIFT_RIGHT } }, { /* empty last element, array terminator */ }, }; -- cgit v1.2.3