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
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
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:
>>
>