ecs/.vimlocal
2020-06-14 20:01:04 +02:00

4 lines
154 B
Plaintext

let &makeprg="cmake --build build -t ecs_test"
map <silent> <F9> :Make<cr>
map <silent> <F10> :Start cd test && ./../build/test/ecs_test save && read<cr>