winshift.nvim icon indicating copy to clipboard operation
winshift.nvim copied to clipboard

autocmd for terminal is triggered when swapping

Open ilan-schemoul opened this issue 1 year ago • 0 comments

In my config I have autocmd TermOpen,BufWinEnter,WinEnter,BufEnter term://* startinsert If I am in a regular buffer and do WinShift swap with a terminal buffer then the autocmd is triggered and my regular buffer is now in insert mode.

ilan-schemoul avatar May 12 '24 14:05 ilan-schemoul