Skip to content

Instantly share code, notes, and snippets.

@miquelmassot
Created August 12, 2019 05:53
Show Gist options
  • Save miquelmassot/425d2e26c31540e3a9b2652916658644 to your computer and use it in GitHub Desktop.
Save miquelmassot/425d2e26c31540e3a9b2652916658644 to your computer and use it in GitHub Desktop.
Simple screenrc
# Save this in ~/.screenrc
# Use bash
shell /bin/bash
autodetach on
# Big scrollback
defscrollback 5000
# No annoying startup message
startup_message off
# Display the status line at the bottom
hardstatus on
hardstatus alwayslastline
hardstatus string "%{.kW}%-w%{.bW}%t [%n]%{-}%+w %=%{..G} %H %{..Y} %Y/%m/%d %c"
# termcapinfo xterm ti@:te@
termcapinfo xterm 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007:ti@:te@'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment