vhakulinen / gnvim

GUI for neovim, without any web bloat
MIT License
1.84k stars 69 forks source link

Double click for selecting word, triple click for selecting line #174

Closed codic12 closed 1 year ago

codic12 commented 3 years ago

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.

01mf02 commented 3 years ago

I would also appreciate this behaviour.

vhakulinen commented 1 year ago

Gnvim passes mouse input to neovim, so the behavior you're seeing is coming from neovim.