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 a51c875..86e1c79 100644
--- a/config.def.h
+++ b/config.def.h
@@ -208,7 +208,7 @@ static const KeyBinding bindings_normal[] = {
{ "R", ACTION(MODE_REPLACE) },
{ "S", ALIAS("^c$") },
{ "s", ALIAS("cl") },
- { "Y", ALIAS("yy") },
+ { "Y", ALIAS("y$") },
{ "X", ALIAS("dh") },
{ "u", ACTION(UNDO) },
{ "<C-r>", ACTION(REDO) },