kwil-header-tool/.nvimrc

4 lines
116 B
Plaintext

noremap <F4> :!make build<CR>
noremap <F5> :!make build && bin/kwil test_files/*.h<CR>
noremap <F6> :!make test<CR>