Re: how to make copy-mode selection always go to x11 clipboard

2013-12-01 Thread Jan Larres
On 01/12/13 13:51, Sam Roberts wrote: > Can anybody report getting this working with non-xterm terminal > emulators? Fwiw, it seems my terminal may be similar to gnome-terminal > in it's terminfo. I currently use this in my tmux.conf: bind-key -t vi-copy Enter copy-pipe "xclip -i -selection clipb

Re: how to make copy-mode selection always go to x11 clipboard

2013-11-30 Thread Sam Roberts
On Thu, Nov 28, 2013 at 2:45 AM, Nicholas Marriott wrote: > Did you read the manpage to see how to allow set-clipboard to work in > xterm? I should have been more clear when I said I use xubuntu, I also use xubuntu's terminal application. I'm not sure how to convert the xterm config info to anot

Re: how to make copy-mode selection always go to x11 clipboard

2013-11-28 Thread Nicholas Marriott
Did you read the manpage to see how to allow set-clipboard to work in xterm? On Tue, Nov 26, 2013 at 04:33:35PM -0800, Sam Roberts wrote: > So, I use vi keys in copy mode, so I can do selection with C-b[, then > select with " ", move around "ENTER"... > > Works ok, but I rarely paste from my she

how to make copy-mode selection always go to x11 clipboard

2013-11-28 Thread Sam Roberts
So, I use vi keys in copy mode, so I can do selection with C-b[, then select with " ", move around "ENTER"... Works ok, but I rarely paste from my shell history into tmux and if I'm copying from/to vim, I use "+y. Mostly, I copy history out into github comments, jira, skype, etc. I've searche