diff --git a/.screenrc b/.screenrc index 2291590..f6f62e5 100644 --- a/.screenrc +++ b/.screenrc @@ -12,7 +12,7 @@ shell -/bin/bash # Change how screen operates. deflogin on -defscrollback 10000 +defscrollback 100000 defutf8 on # Change the output from screen. @@ -35,3 +35,9 @@ bind k bind K kill bind ^\ bind \\ quit + +# Start window numbering from 1, not 0. +#screen 1 +#bind c screen 1 +#bind ^c screen 1 +#bind 0 select 10