aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index a40924a..a51c875 100644
--- a/config.def.h
+++ b/config.def.h
@@ -231,6 +231,7 @@ static const KeyBinding bindings_normal[] = {
{ "P", ACTION(PUT_BEFORE) },
{ "gp", ACTION(PUT_AFTER_END) },
{ "gP", ACTION(PUT_BEFORE_END) },
+ { "~", ALIAS("<vis-operator-case-swap>l") },
{ 0 /* empty last element, array terminator */ },
};