updated vimrc
This commit is contained in:
parent
bb35044df3
commit
7e656a02f0
4
.vimrc
4
.vimrc
|
@ -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>
|
||||
|
|
Loading…
Reference in New Issue