what's involved in getting a "modern" terminal setup? https://jvns.ca/blog/2025/01/11/getting-a-modern-terminal-setup/
It is expected on macOS and Windows that double click will select a word, and triple click selects more (seems to be context dependent, but typically a whole line). See e.g. https://stackoverflow.c...
Is there a good/accepted way to get #HelixEditor pull requests flagged for review? Lots of comments would be bad. Lots of thumbs up?
eg https://github.com/helix-editor/helix/pull/12514 for mouse double-click to select word, triple-click to select line
this PR improves mouse support by implementing 2 functionalities common in other text editors: Double-clicking selects the word Triple-clicking selects the full line It is desirable to implement ...