Y
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
mpfundstein
2457 days ago
Does that work in terminal? Afaik I had the only working in gvim.
link
gtf21
2456 days ago
Works for me (iTerm2 + tmux + vim/neovim).
link