This is what I used to do in tmux to copy-paste (using the mouse, the keyboard works differently and it is not what I am interested about):
- Select text with mouse, left-button pressed
- Paste text with middle-button
I have upgraded my OS, and this has gotten a new tmux version. I have not changed my .tmux.conf
config file.
This is what I have to do with the current version of tmux
, 1.6
(which comes pre-packaged in the latest crunchbang linux):
- Select text with mouse, left-button pressed and shift key
- Paste text with middle-button
- Terminal gets blocked, a litte information area shows some numbers on the top right of the current pane (i.e.
[0/24]
, probably something related to how many characters have been pasted), which mean little to me and I do not need / want (edit: it seemscopy-mode
is entered automatically here) - I have to press the q key to get a functional terminal again.
This is too much hassle for something I do dozens of times a day. How to get the old mechanism working again?
st
,Shift
+MouseMiddle
pastes the Xselection like traditional behavior. FWIW,MouseMiddle
without a modifier does nothing. - nabin-info