Hi,
On 27 September 2012 07:34, John Schmitt wrote:
> I've been using tmux start-server successfully for some time. Changing or
> clearing $TERM or $TERMINFO seems to have no effect. Nothing informative
You shouldn't be changing or clearing those variables anyway.
> from tmux -v, below. I cl
I've been using tmux start-server successfully for some time. Changing or
clearing $TERM or $TERMINFO seems to have no effect. Nothing informative
from tmux -v, below. I cleared ~/.tmux.conf which did not seem to make any
difference. What should I do to get tmux start-server to work again?
$ r
> I don't have a scroll wheel here but
> I'm happy without an option and just to hardcode 3 lines
Nah, that's so not good enough.
And having used various incarnations of my patch for a considerable
amount of time, the flexibility of a variable setting and the modifier
keys really is a true asset fo
Hi,
This improves upon my original POC patch from the other day, to add in
support for expanding/collapsing sessions in choose-tree.
Currently, the following is implemented through this new patch:
* Starts off collapsed by default.
* Adds +/- indicators to each session line depending on state.
*
This patch adds the ability to expand/collapse a single session using the
Left and Right arrow keys, where Left collapses, and Right expands.
Likewise, C-Left and C-Right will collapse and expand all sessions,
respectively.
---
mode-key.c | 12
tmux.h | 12 +++-
window-choose