From e09f187c82e0e8af52e79892c05c0b40dbcee8f5 Mon Sep 17 00:00:00 2001 From: "Kenneth Benzie (Benie)" Date: Fri, 26 Aug 2016 14:35:36 +0100 Subject: [PATCH] Make it easier to repeat vim macros --- plugin/mappings.vim | 3 +++ 1 file changed, 3 insertions(+) diff --git a/plugin/mappings.vim b/plugin/mappings.vim index 96ae163..8e7a5ac 100644 --- a/plugin/mappings.vim +++ b/plugin/mappings.vim @@ -1,3 +1,6 @@ +" Make it easier to repeat macros +nnoremap @@ + " YouCompleteMe nnoremap fx :YcmCompleter FixIt nnoremap jd :YcmCompleter GoTo