aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin/asyncrun.plug
diff options
context:
space:
mode:
Diffstat (limited to '.vim/plugin/asyncrun.plug')
-rw-r--r--.vim/plugin/asyncrun.plug5
1 files changed, 5 insertions, 0 deletions
diff --git a/.vim/plugin/asyncrun.plug b/.vim/plugin/asyncrun.plug
new file mode 100644
index 0000000..bed9473
--- /dev/null
+++ b/.vim/plugin/asyncrun.plug
@@ -0,0 +1,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>
+