From 93a9084bb6a82c2d20a08f7488a3ac5de509bb98 Mon Sep 17 00:00:00 2001 From: valeth Date: Tue, 14 Apr 2015 18:32:18 +0200 Subject: [PATCH] add shortcut to reformat code --- core/reformat.vim | 2 ++ 1 file changed, 2 insertions(+) create mode 100644 core/reformat.vim diff --git a/core/reformat.vim b/core/reformat.vim new file mode 100644 index 0000000..9767ef5 --- /dev/null +++ b/core/reformat.vim @@ -0,0 +1,2 @@ +nnoremap gg=G`` +inoremap gg=G``a