Hacker News new | ask | show | jobs
by dhagz 2457 days ago
Vim has mouse support. You just need to turn it on in your .vimrc/init.vim with `set mouse=nv` (that specifically enables the mouse in normal and visual modes).
1 comments

Does that work in terminal? Afaik I had the only working in gvim.
Works for me (iTerm2 + tmux + vim/neovim).