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 have the last version.
Everything works as expected, but when in a terminal I highlight a test or a line with the cursor to copy or cut it, then it loses the selection and nothing is copied into the memory buffer.
By right clicking with the mouse over a selected text does not open any menu for copying, cutting or pasting.
Even the middle wheel of the mouse does not copied the selected text.
By the way: without using Catmux, everything works perfectly in the terminal.
I'm using bash
The text was updated successfully, but these errors were encountered:
Text selection and copying is a bit different in tmux. You basically have a couple of options:
Press shift while doing mouse selections. This will be piped to your terminal emulator ignoring that there is a tmux session running. Hence, it will go over to other tmux splits. With this, you can copy&paste using the normal CTRL-Shift-C and CTRL-Shift-V combinations.
Use the primary clipboard directly (see e.g. the Arch Wiki for different clipboard types). When you select a text with the mouse, the selection will disappear, but the selected text is in your primary clipboard already. You can paste that text somewhere else using the middle button of your mouse.
Use the tmux copy command y. Select your text, keep holding your mouse button and press y. Now, the text will be in your secondary clipboard. You can paste that somewhere else just as usual.
I might want to change the default tmux config, but honestly I haven't found a solution that seems fully intuitively replacing the default shell behavior.
I have the last version.
Everything works as expected, but when in a terminal I highlight a test or a line with the cursor to copy or cut it, then it loses the selection and nothing is copied into the memory buffer.
By right clicking with the mouse over a selected text does not open any menu for copying, cutting or pasting.
Even the middle wheel of the mouse does not copied the selected text.
By the way: without using Catmux, everything works perfectly in the terminal.
I'm using bash
The text was updated successfully, but these errors were encountered: