breakhack/.vimrc

7 lines
193 B
VimL
Raw Normal View History

2017-12-17 13:43:41 +01:00
nnoremap <F1> :Make<cr>
nnoremap <F2> :Make clean<cr>
2018-03-13 09:35:44 +01:00
nnoremap <F3> :Make lint test<cr>
2018-01-31 09:15:33 +01:00
nnoremap <F4> :!./build/breakhack<cr>
2018-02-22 09:44:27 +01:00
let g:syntastic_c_include_dirs = [ 'build', '/usr/include/SDL2' ]