aboutsummaryrefslogtreecommitdiff
path: root/config.def.h
diff options
context:
space:
mode:
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 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 */ },
};