fmauch / catmux

A python package that wraps launching applications with a tmux script
MIT License
73 stars 11 forks source link

Copy, cutting and pasting do not work #50

Open wilhem opened 1 month ago

wilhem commented 1 month ago

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

fmauch commented 1 month ago

Text selection and copying is a bit different in tmux. You basically have a couple of options:

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 hope, that helps?