Skip to content

Instantly share code, notes, and snippets.

@Phasip
Last active October 31, 2016 12:18
Show Gist options
  • Save Phasip/b753728523db5bbf845fa1c80e4d3519 to your computer and use it in GitHub Desktop.
Save Phasip/b753728523db5bbf845fa1c80e4d3519 to your computer and use it in GitHub Desktop.
# skip the startup message
startup_message off
# go to home dir
chdir
# Automatically detach on hangup.
autodetach on
logfile "$HOME/screen_log/screen_%H_%m%d%Y_%0c-%t.%n"
deflog on
# Change default scrollback value for new windows
defscrollback 20000
# start with visual bell as default
vbell off
vbell_msg "bell on %t (%n)"
# look and feel
caption always "%{= bb}%{+b w}%n %t %h %=%l %H %c"
hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
activity "Activity in %t(%n)"
shelltitle "shell"
shell -$SHELL
#Make tabs start at 1 instead of 0
bind c screen 1
bind ^c screen 1
bind 0 select 10
screen 1
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment