Hi,
I'm trying to transition my setup from screen to tmux. In screen I had
the following setup
windowlist title 'Num Name%35=Status%=Flags'
windowlist string '%3n %t%35=%h%=%f'
This along with some zsh/bash trickery around preexec and precmd
allows me to have the screen windowlist look like
they don't mean the same thing, the first one is the key, the second is
the window index. try it with more than 10 windows
choose-* should support -F and go through the format code, look at how
list-windows does it
On Mon, Feb 27, 2012 at 11:47:37AM -0800, antho...@alumni.caltech.edu wrote:
> H