aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--config.def.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/config.def.h b/config.def.h
index 9e055df..77476a8 100644
--- a/config.def.h
+++ b/config.def.h
@@ -292,6 +292,8 @@ static const KeyBinding bindings_visual[] = {
{ "q", ACTION(MACRO_RECORD) },
{ "r", ACTION(REPLACE_CHAR) },
{ "s", ALIAS("c") },
+ { "u", ALIAS("gu<Escape>") },
+ { "U", ALIAS("gU<Escape>") },
{ "V", ACTION(MODE_VISUAL_LINE) },
{ "v", ALIAS("<Escape>") },
{ "x", ALIAS("d") },