When I run screen, I usually just leave the "0th" screen empty. This is mostly because I get used to reaching over to the left side of the keyboard to select screens (ex C-a 1, C-a 2, etc). Is there a way to just make screen start at 1 and use 0 after 9?

link|improve this question

80% accept rate
feedback

2 Answers

Add the following to your .screenrc

# Window numbering starts at 1, not 0.
bind c screen 1
bind 0 select 10
link|improve this answer
feedback

Yes. I forget the exact syntax, but if you run man screen, you should find what you need to put in your .screenrc to do that. If you google, there's many examples of screenrcs that do it.

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

Not the answer you're looking for? Browse other questions tagged or ask your own question.