diff options
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 d3c0e88..8d5d605 100644 --- a/config.def.h +++ b/config.def.h @@ -199,6 +199,7 @@ static KeyBinding vis_operators[] = { { { NONE('y') }, operator, { .i = OP_YANK } }, { { NONE('p') }, operator, { .i = OP_PUT } }, { { NONE('>') }, operator, { .i = OP_SHIFT_RIGHT } }, + { { NONE('<') }, operator, { .i = OP_SHIFT_LEFT } }, { /* empty last element, array terminator */ }, }; |
