Skip to content

Instantly share code, notes, and snippets.

@leftis
Created October 27, 2017 10:13
Show Gist options
  • Save leftis/4e439ec04e2ee4415ec42649e4e8cc1a to your computer and use it in GitHub Desktop.
Save leftis/4e439ec04e2ee4415ec42649e4e8cc1a to your computer and use it in GitHub Desktop.
# Get rid of the startup message
startup_message off
# Stop flashing when I get an alert
vbell off
# Automatically detach if a disconnect occurs
autodetach on
# Think of it as xterm and give me scrolling
termcapinfo xterm-color|xterm|xterms|xs|rxvt ti@:te@
# Tabs along the bottom of the session
caption always "%{= k}%-w%{= G}%n %t%{-}%+w %-= %{= G}%H"
# Start at Window 1
bind c screen 1
bind ^c screen 1
bind 0 select 10
screen 1
# Allow h and l to move between tabs as well
bind h prev
bind ^h prev
bind l next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment