Add a way to stop async tasks in vim

This commit is contained in:
Michael Campagnaro 2017-06-10 16:50:00 -04:00
parent 98c4b07192
commit 86be6f3f94

1
vimrc
View File

@ -274,6 +274,7 @@ nnoremap <F8> :AsyncRun! -save=2 ./build.sh<cr>
" Execute run script
nnoremap <leader>br :call ExecuteRunScript()<cr>
nnoremap <leader>bs :AsyncStop<cr>
"Go to next build error
nnoremap <F7> :cn<CR>