This plugin changes the mouse click behaviour of vim such that:
- Clicking on a buffer in normal mode will cause it to enter INSERT mode
- Clicking on a terminal buffer will cause it to enter insert mode on NeoVim and 'terminal' mode on Vim
- This will only happen if the "bottom" of the terminal buffer is visible, to allow clicking around if you're scrolled up.
To install:
- Using vim-plug:
Plug 'yogeshdhamija/enter-insert-on-click.vim'