diff options
Diffstat (limited to 'config.def.h')
| -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 993f2a0..ba0c290 100644 --- a/config.def.h +++ b/config.def.h @@ -204,6 +204,8 @@ static KeyBinding vis_operators[] = { { { NONE('P') }, put, { .i = -1 } }, { { NONE('>') }, operator, { .i = OP_SHIFT_RIGHT } }, { { NONE('<') }, operator, { .i = OP_SHIFT_LEFT } }, + { { NONE('g'), NONE('U') }, changecase, { .i = +1 } }, + { { NONE('g'), NONE('u') }, changecase, { .i = -1 } }, { /* empty last element, array terminator */ }, }; |
