From 408c2f3e260ee0122868775e8fec7caa0975b74f Mon Sep 17 00:00:00 2001
From: "Kenneth Benzie (Benie)" <benie@infektor.net>
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 <CR> @@
+
 " YouCompleteMe
 nnoremap <leader>fx :YcmCompleter FixIt<CR>
 nnoremap <leader>jd :YcmCompleter GoTo<CR>