Make it easier to repeat vim macros

This commit is contained in:
Kenneth Benzie 2016-08-26 14:35:36 +01:00
parent 265c851f37
commit e09f187c82

View File

@ -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>