updated vimrc

This commit is contained in:
Leon van Kammen 2023-11-16 14:58:51 +01:00
parent bb35044df3
commit 7e656a02f0
1 changed files with 2 additions and 2 deletions

4
.vimrc
View File

@ -1,4 +1,4 @@
noremap <silent> <F8> :!haxe --no-output %<CR>
noremap <silent> <F9> :!./make build_js<CR>
noremap <silent> <F10> :!./make && echo OK && ./make tests<CR>
noremap <silent> <F9> :!./make build js<CR>
noremap <silent> <F10> :!./make build && ./make tests<CR>
noremap <silent> <F11> :!./make tests \| less<CR>