How to restore ability to use middle mouse button (on X11) to paste selected text? #3017
-
If I just open my terminal with my shell, then I can paste selected text from a browser. If I instead open the same terminal, but with zellij and inside of it my shell, then the MMB paste action become unavailable for some reason. When I check the dumped default config, I have found something similar:
But since it's already enabled by default, it means that this doesn't control what I want to do. |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments 6 replies
-
Have you tried |
Beta Was this translation helpful? Give feedback.
-
I also couldn't do proper MMB paste, specially when selecting multiline, that with
It seems that Zellij copies-on-select, but not to the buffer that MMB uses, but to the buffer that is retrieved with Ctl+Shf+V |
Beta Was this translation helpful? Give feedback.
I also wanted to add that with default Neovim I can use MMB to paste. So how come Neovim inside zellij can take over mouse control from zellij?
Uncommenting
mouse_mode false
does solve the problem, and I don't really plan on using cursor to interact with zellij, so this is good enough for me.And I use the keyboard so much that I hate grabbing the mouse every single time, so I have a touchpad (and mouse is for special cases).
Sometimes it's just easier to select text from GUI with touchpad and then paste it with 3-finger tap to a termina…