From df3d205ae088266da2add01a9d2cab13eb8cb7d1 Mon Sep 17 00:00:00 2001 From: Sergey Matveev Date: Mon, 2 Sep 2019 12:28:05 +0300 Subject: [PATCH] Yanking to end of line is often action, behave as expected like most commands --- vim/.vimrc | 1 + 1 file changed, 1 insertion(+) diff --git a/vim/.vimrc b/vim/.vimrc index 516e670..af68bd1 100644 --- a/vim/.vimrc +++ b/vim/.vimrc @@ -145,6 +145,7 @@ cmap cmap map Q gq +map Y y$ cmap ][ '[,'] nmap :buffers:buffer nmap :registers -- 2.44.0