aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/config.def.h b/config.def.h
index a216b6c..b97c6b3 100644
--- a/config.def.h
+++ b/config.def.h
@@ -240,7 +240,7 @@ static const KeyBinding bindings_normal[] = {
{ "m", ACTION(MARK_SET) },
{ "<F1>", ALIAS(":help<Enter>") },
{ "ga", ACTION(UNICODE_INFO) },
- { "~", ALIAS("<vis-operator-case-swap>l") },
+ { "~", ALIAS("<vis-operator-case-swap>ll") },
{ "<End>", ALIAS("$") },
{ "gf", ACTION(OPEN_FILE_UNDER_CURSOR) },
{ "<C-w>gf", ACTION(OPEN_FILE_UNDER_CURSOR_NEW_WINDOW) },