problem at hand: how do i use the mouse to copy/paste text in xterm running tmux? normally you should not have problems selecting text and pasting it with your mouse. everybody knows about left clicking and then dragging to select and copy the text. in order to paste you need to middle click your mouse. [...]
Archive for the ‘tmux’ Category
tmux copy paste with mouse
Posted in tmux, xterm, tagged copy paste, linux, mouse, tmux, xterm on April 18, 2012 | 2 Comments »
weird tmux clearhist and standard input buffer interaction
Posted in c++, linux, tmux, tagged c++, stdin, tmux on January 8, 2011 | 1 Comment »
guys when i run a code i get a lot of text dump on the console so i m in the habbit of issuing “tmux clearhist && ./a.out” so that when i scroll back i only see dump pertaining to only the current execution of a.out . turns out that this interacts weirdly with the [...]