Minor dev-env change

This commit is contained in:
Linus Probert 2018-08-01 23:53:08 +02:00
parent 1124e88df0
commit 1491dfbf3e
1 changed files with 1 additions and 1 deletions

2
.vimrc
View File

@ -1,6 +1,6 @@
nnoremap <F1> :Make<cr>
nnoremap <F2> :Make clean<cr>
nnoremap <F3> :Make lint test<cr>
nnoremap <F4> :!./_build/breakhack<cr>
nnoremap <F4> :ter ++close ./_build/breakhack<cr>
let g:syntastic_c_include_dirs = [ '_build', '/usr/include/SDL2' ]