How to share information between panes of a window

2012-05-05 Thread Stephen Thirlwall
I have a problem that I hope someone may have a nice solution to. I've been developing a bash function called tvim, which combines vim and tmux in a way that suits my workflow nicely. There is a single vim pane that gets created (and re-created) on demand. +---++

Re: [PATCH] Add -n argument to show-environment to specify a variable name

2012-05-05 Thread Nicholas Marriott
On Sun, Apr 29, 2012 at 11:47:15PM +0100, Thomas Adam wrote: > Hi, > > On 22 March 2012 11:14, Nicholas Marriott wrote: > > Hi > > > > I tweaked this a bit so the output format is the same for one or many > > variables and applied it, thanks! > > Sorry to bring this up now after this patch has g

Re: [PATCH] cmd-unbind-key: Implement a combination action of the -a flag and the -t argument

2012-05-05 Thread Nicholas Marriott
Hi Sorry for the long delay. I like this idea, but this diff breaks -t without -a, because the key is not set. I'm going with this change instead which is also smaller: Index: cmd-unbind-key.c === RCS file: /cvs/src/usr.bin/tmux/cmd-