You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This seems to be dependent on the terminal emulator. I'm using Wezterm. Double click selects a word, triple click selects the whole line just as you said
Apologies, I guess I only searched the issues and not discussions. Thanks @the-mikedavis 👍
@nik-rev I have the same from Ghostty, for example at the shell - double click selects a word, triple click selects the whole line. However within helix nothing happens, but more to the point I want a helix selection that I can then act on (eg d to delete). This is the same point as #10208 (comment)
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.com/questions/2575758/conventions-for-the-behavior-of-double-or-triple-click-to-select-text-features which includes links to Apple and Microsoft guidance.
It would be nice if the helix mouse support could do the same. See https://github.com/zyedidia/micro/blob/master/README.md for another terminal editor which offers this, they claim:
(I'm unsure that mouse dragging would be considered suitable for helix, but selection seems relevant to me at least.)
Testing
helix
25.1 on macOS and Linux (via ssh from macOS), double and triple click appear to have no effect. This is working inmicro
2.0.14 though.The text was updated successfully, but these errors were encountered: