diff options
Diffstat (limited to 'config.def.h')
| -rw-r--r-- | config.def.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h index 5105fd7..55e7924 100644 --- a/config.def.h +++ b/config.def.h @@ -183,7 +183,7 @@ static const KeyBinding bindings_operators[] = { { "gp", ACTION(PUT_AFTER_END) }, { "gP", ACTION(PUT_BEFORE_END) }, { "gu", ALIAS(":|tr '[:upper:]' '[:lower:]'<Enter>")}, - { "gU", ACTION(OPERATOR_CASE_UPPER) }, + { "gU", ALIAS(":|tr '[:lower:]' '[:upper:]'<Enter>")}, { "p", ACTION(PUT_AFTER) }, { "P", ACTION(PUT_BEFORE) }, { "y", ACTION(OPERATOR_YANK) }, |
