Add a way to stop async tasks in vim
This commit is contained in:
parent
98c4b07192
commit
86be6f3f94
1
vimrc
1
vimrc
|
@ -274,6 +274,7 @@ nnoremap <F8> :AsyncRun! -save=2 ./build.sh<cr>
|
||||||
|
|
||||||
" Execute run script
|
" Execute run script
|
||||||
nnoremap <leader>br :call ExecuteRunScript()<cr>
|
nnoremap <leader>br :call ExecuteRunScript()<cr>
|
||||||
|
nnoremap <leader>bs :AsyncStop<cr>
|
||||||
|
|
||||||
"Go to next build error
|
"Go to next build error
|
||||||
nnoremap <F7> :cn<CR>
|
nnoremap <F7> :cn<CR>
|
||||||
|
|
Loading…
Reference in New Issue
Block a user