From c8e32da87ead4da428c8af6d700970e8fccd1f7c Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Marc=20Andr=C3=A9=20Tanner?= Date: Sun, 17 Jan 2016 19:40:01 +0100 Subject: vis: make Y only yank from the current position to the end of line --- config.def.h | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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) }, { "", ACTION(REDO) }, -- cgit v1.2.3