diff options
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h index 86e1c79..a395bcf 100644 --- a/config.def.h +++ b/config.def.h @@ -254,6 +254,8 @@ static const KeyBinding bindings_visual[] = { { "s", ALIAS("c") }, { "J", ACTION(JOIN_LINES) }, { "o", ACTION(SELECTION_FLIP) }, + { ">", ALIAS("<vis-operator-shift-right>gv") }, + { "<", ALIAS("<vis-operator-shift-left>gv") }, { 0 /* empty last element, array terminator */ }, }; |
