gnvim
gnvim copied to clipboard
Double click for selecting word, triple click for selecting line
Currently double clicking in gnvim selects the full line. The usual behavior in most applications is double click selects a word and triple click selects the full line. It would be great if this were implemented, I'll dive into the code to see if I can submit a PR.
I would also appreciate this behaviour.
Gnvim passes mouse input to neovim, so the behavior you're seeing is coming from neovim.