Re: Ignoring prefix key special handling when pasting

2012-10-15 Thread Rob
On Mon, Oct 15, 2012 at 11:48:19AM -0400, Dylan Alex Simon wrote: > > What it does is basically changing the way tmux handles prefix key > > detection. Without the patch when you paste some text into your > > terminal and this text contains prefix key (byte) tmux is interpreting > > the prefix like

Re: Ignoring prefix key special handling when pasting

2012-10-15 Thread Dylan Alex Simon
> Hi guys, > > First, I'd like to give huge kudos to all you tmux developers, > contributors and users. This is brilliant piece of software. Thanks! > > Second, I've been discussing small patch I created (attached) for tmux > with Thomas Adam on #tmux and we think it's good enough to go into > ma

Re: Make tmux honor XDG_CONFIG_HOME if it is set.

2012-10-15 Thread Nicholas Marriott
Not wild about this - tmux is not an X program and this doesn't seem to have particularly wide adoption right now anyway. Can't you just do: alias tmux="tmux -f ~/.config/tmux/config" For now if you want this? On Sun, Oct 14, 2012 at 04:37:41PM -0700, Nate Soares wrote: >Hey all. The attac

Re: Make tmux honor XDG_CONFIG_HOME if it is set.

2012-10-15 Thread Thomas Adam
Hi, On 15 October 2012 00:37, Nate Soares wrote: > Hey all. The attached patch makes tmux honor XDG_CONFIG_HOME if it is set. > This is a nice way to prevent the pollution of the home directory. It's also quite Linux specific, and hence I really don't see the benefit to this at all. If you real

Make tmux honor XDG_CONFIG_HOME if it is set.

2012-10-15 Thread Nate Soares
Hey all. The attached patch makes tmux honor XDG_CONFIG_HOME if it is set. This is a nice way to prevent the pollution of the home directory. See the xdg spec for more details. I use this to keep my home directory clean, and