diff options
Diffstat (limited to '.vim/plugins/asyncrun.plug')
-rw-r--r-- | .vim/plugins/asyncrun.plug | 5 |
1 files changed, 0 insertions, 5 deletions
diff --git a/.vim/plugins/asyncrun.plug b/.vim/plugins/asyncrun.plug deleted file mode 100644 index bed9473..0000000 --- a/.vim/plugins/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> - |