Skip to content

Instantly share code, notes, and snippets.

@hvmonteiro
Created April 20, 2016 14:24
Show Gist options
  • Save hvmonteiro/e1cb0bb022cab7b6ed621d293e648dde to your computer and use it in GitHub Desktop.
Save hvmonteiro/e1cb0bb022cab7b6ed621d293e648dde to your computer and use it in GitHub Desktop.
Screen resource file (~/.screenrc)
# Look and feel
hardstatus alwayslastline "%-Lw%{= BW}%50>%n%f* %t%{-}%+Lw%<"
# Number of output lines saved that can be scrolled
defscrollback 20000
# Status bar
caption always "%{= bb}%{+b w}Screen: %n | %h %=%t %c"
#caption always '%{-b}%{= wb}%-Lw%{= wr}%{+b}%n%f %t%{= wb}%{-b}%+Lw %{= wr} %=%c %d-%m-%Y'
# CTRL+Left|CTRL+Right to switch consoles
bindkey "^[[D" prev
bindkey "^[[C" next
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment