Re: [PATCH v2 0/4] Add support for renumbering windows

2012-04-24 Thread Christian Neukirchen
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

Re: [PATCH v2 0/4] Add support for renumbering windows

2012-04-24 Thread Thomas Adam
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

Re: [PATCH v2 0/4] Add support for renumbering windows

2012-04-24 Thread Christian Neukirchen
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

[PATCH v2 0/4] Add support for renumbering windows

2012-04-22 Thread Thomas Adam
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