1
0

add shortcut to reformat code

This commit is contained in:
valeth 2015-04-14 18:32:18 +02:00
parent 00e4f560bd
commit 93a9084bb6

2
core/reformat.vim Normal file
View File

@ -0,0 +1,2 @@
nnoremap <F2> gg=G<CR>``
inoremap <F2> <ESC>gg=G<CR>``a