How do you make tmux count windows starting with 1 instead of 0?

2012-04-06 Thread Kevin Tran
I recently started using tmux. I was able to make GNU Screen start counting windows with the number 1 instead of the default 0 with this code in my .screenrc: # Get rid of screen 0 bind c screen 1 bind ^c screen 1 bind 0 select 10 When I created windows in .screenrc I used screen 1 so that it w

Re: How do you make tmux count windows starting with 1 instead of 0?

2012-04-06 Thread Andy Lester
On Apr 7, 2012, at 12:17 AM, Kevin Tran wrote: > I recently started using tmux. I was able to make GNU Screen start counting > windows with the number 1 instead of the default 0 with this code in my > .screenrc: > > # Get rid of screen 0 > bind c screen 1 > bind ^c screen 1 > bind 0 select 10

Re: How do you make tmux count windows starting with 1 instead of 0?

2012-04-06 Thread Kevin Tran
Awesome thank you! On Apr 6, 2012, at 10:20 PM, Andy Lester wrote: > > On Apr 7, 2012, at 12:17 AM, Kevin Tran wrote: > >> I recently started using tmux. I was able to make GNU Screen start counting >> windows with the number 1 instead of the default 0 with this code in my >> .screenrc: >> >