From d97f1e9d7043aec29437f89ef21ebf4909e36786 Mon Sep 17 00:00:00 2001 From: Florian Pritz Date: Fri, 10 Apr 2020 12:39:42 +0200 Subject: vimrc: Add , -> @@ key mapping Signed-off-by: Florian Pritz --- .vimrc | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.vimrc b/.vimrc index 8185566..fcffd1f 100644 --- a/.vimrc +++ b/.vimrc @@ -224,6 +224,9 @@ nnoremap P "+P vnoremap p "+p vnoremap P "+P +" Repeat macros easily +nnoremap , @@ + " Get the commit responsible for the current line nmap :call BlameCurrentLine() -- cgit v1.2.3-24-g4f1b