aboutsummaryrefslogtreecommitdiff
path: root/.vim/plugin/asyncrun.plug
diff options
context:
space:
mode:
authorgxlin <[email protected]>2021-08-01 23:51:46 +0800
committergxlin <[email protected]>2021-08-01 23:51:46 +0800
commitdd7e28d3a92f901b8a1853cdd70656aa09bb4540 (patch)
tree2b7cb31608aa4d6015c70eda0fd3d4ac15d92ca0 /.vim/plugin/asyncrun.plug
parent7d84531e60d5fdddf16b1c4d61332075127ce1c8 (diff)
downloaddotfiles-dd7e28d3a92f901b8a1853cdd70656aa09bb4540.tar.gz
dotfiles-dd7e28d3a92f901b8a1853cdd70656aa09bb4540.tar.bz2
dotfiles-dd7e28d3a92f901b8a1853cdd70656aa09bb4540.zip
Modify vim config
Diffstat (limited to '.vim/plugin/asyncrun.plug')
-rw-r--r--.vim/plugin/asyncrun.plug5
1 files changed, 0 insertions, 5 deletions
diff --git a/.vim/plugin/asyncrun.plug b/.vim/plugin/asyncrun.plug
deleted file mode 100644
index bed9473..0000000
--- a/.vim/plugin/asyncrun.plug
+++ /dev/null
@@ -1,5 +0,0 @@
-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>
-