Window numbering starts at 1, not 0.
authorOleksandr Gavenko <gavenkoa@gmail.com>
Sun, 25 Sep 2011 16:50:14 +0300
changeset 203 83fcc395ccc5
parent 202 12f86cf3d64f
child 204 fab75ba6b6c9
Window numbering starts at 1, not 0.
.screenrc
--- a/.screenrc	Sun Sep 25 16:35:20 2011 +0300
+++ b/.screenrc	Sun Sep 25 16:50:14 2011 +0300
@@ -8,3 +8,10 @@
 bindkey "^[[1;5I" next
 bindkey "^[[1;6I" prev
 
+# If a window goes unresponsive, don't block the whole session waiting for it.
+defnonblock on
+
+# Window numbering starts at 1, not 0.
+bind c screen 1
+bind 0 select 10
+