Skip to content

Instantly share code, notes, and snippets.

@ramontayag
Created June 24, 2011 18:03
Show Gist options
  • Star 2 You must be signed in to star a gist
  • Fork 1 You must be signed in to fork a gist
  • Save ramontayag/1045320 to your computer and use it in GitHub Desktop.
Save ramontayag/1045320 to your computer and use it in GitHub Desktop.
.screenrc setting for remote pairing
multiuser on
acladd user1,user2,user3
vbell off
hardstatus string "%1`"
# change the hardstatus settings to give an window list at the bottom of
# the screen, with the time and date and with the current window highlighted
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
screen -t terminal 0
screen -t vim 1
screen -t server 2
screen -t mySql 3
# Remove the useless startup message
startup_message off
shelltitle "shell"
bell_msg ""
# Change default scrollback value for new windows
defscrollback 1000
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment