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
I'm using Windows terminal, ssh to remote linux server, running Helix there. Mouse mode works fine, doesn't select the line numbers, and middle-button pasting works into Helix, all of which is great. But it prevents me from copying any text to the clipboard. With mouse mode off, I can select text, control-c to copy to windows clipboard and then paste into anything.
With mouse mode on, I have no apparent way to copy text from Helix to anything else.
Same thing happens with the Alacritty terminal, which uses control-shift-c to copy. Works with mouse mode off, doesn't with it on.
Reproduction Steps
add ':set mouse true' to [editor] section of config.toml
@groovy9 You can use Shift to do the selection in Windows Terminal itself and prevent mouse events being intercepted/sent to the underlying application. You can also do Shift + Alt to do rectangular selections to avoid copying the line numbers.
Summary
I'm using Windows terminal, ssh to remote linux server, running Helix there. Mouse mode works fine, doesn't select the line numbers, and middle-button pasting works into Helix, all of which is great. But it prevents me from copying any text to the clipboard. With mouse mode off, I can select text, control-c to copy to windows clipboard and then paste into anything.
With mouse mode on, I have no apparent way to copy text from Helix to anything else.
Same thing happens with the Alacritty terminal, which uses control-shift-c to copy. Works with mouse mode off, doesn't with it on.
Reproduction Steps
Helix log
No response
Platform
Linux
Terminal Emulator
Windows terminal
Helix Version
22.05-dev (5247d3a)
The text was updated successfully, but these errors were encountered: