How do I enable mouse scroll, but disable click events, like selection? #4205
Replies: 2 comments 2 replies
-
I made this @JoaoHamerski https://github.com/aless3/tmux-click-copy basically a small delay that cancel the selection if it has not changed(copying it), and copies after you release the mouse button, basically mimics the selection of alacritty with copy-on-select but in tmux so it remains aware of pane boundaries etc. this keeps working with word selection and line selection (double and triple clicks) to completely make it use the same alacritty word separators use also not exactly what you are looking for, but maybe you wanted this functionality instead of directly using the terminal selection |
Beta Was this translation helpful? Give feedback.
-
I want to be able to easy copy a text when I select it by double clicking it, which Alacritty provides it, tmux too, but it's annoying because it has some kind of delay and it auto-deselect the text just after the double click event, I need it to behave like Tilix/Alacritty.
I want this behavior on my terminal (Alacritty) + tmux:
The problem is:
Beta Was this translation helpful? Give feedback.
All reactions