Thomas Adam writes:
> On Apr 24, 2012 4:26 PM, "Christian Neukirchen"
> wrote:
>>
>> Thomas Adam writes:
>>
>> > The idea behind this was to allow tmux to automatically reumber windows in
>> > sequence when deleting windows from a session so that no "gaps" appeared.
>> > This can be useful whe
On Apr 24, 2012 4:26 PM, "Christian Neukirchen"
wrote:
>
> Thomas Adam writes:
>
> > The idea behind this was to allow tmux to automatically reumber windows
in
> > sequence when deleting windows from a session so that no "gaps"
appeared.
> > This can be useful when creating lots of windows in a s
Thomas Adam writes:
> The idea behind this was to allow tmux to automatically reumber windows in
> sequence when deleting windows from a session so that no "gaps" appeared.
> This can be useful when creating lots of windows in a session.
How I did it for years:
#!/bin/sh
# tmux-compress - renum
Hi,
This is a re-roll of a set of older patches I sent through last year.
The idea behind this was to allow tmux to automatically reumber windows in
sequence when deleting windows from a session so that no "gaps" appeared.
This can be useful when creating lots of windows in a session.
I've hopef