aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin/asyncrun.plug
blob: bed947311ecca0ed2870eafb8b7ccc98a8cebff3 (plain)
1
2
3
4
5
let g:asyncrun_open = 6 " the number of lines of quickfix window
let g:asyncrun_bell = 1 " the bell rings when the task is done
" use f10 to open/close asyncrun quickfix window
nnoremap <F10> :call asyncrun#quickfix_toggle(6)<cr>