vim-dispatch-neovim icon indicating copy to clipboard operation
vim-dispatch-neovim copied to clipboard

Terminal window changes current buffer in insert for git push with Dispatch

Open rjshrjndrn opened this issue 6 years ago • 1 comments

Hi, Thank you for this awesome plugin which enables us to use Dispatch.

One small Issue: I am using neovim v0.3.4

" start terminal in insert mode
if has('nvim')
    autocmd TermOpen term://* startinsert
    set termguicolors
endif

I enabled auto insert mode for all terminal window when they start. But when I use :Gpush with Dispatch, split terminal opens up and then the current buffer will automatically go into insert mode from normal mode. This seems to a trivial one, but doing ESC after every push is kinda getting mundane.

I raised the issue in fugitive; but @Tpope adviced me this might be an issue with adapter.

Thank you.

rjshrjndrn avatar Feb 03 '19 16:02 rjshrjndrn

Hi, can anyone shed some light on this?

rjshrjndrn avatar Oct 20 '19 14:10 rjshrjndrn