kwil-header-tool/.nvimrc

4 lines
116 B
Plaintext
Raw Normal View History

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