Created
April 20, 2016 14:24
-
-
Save hvmonteiro/e1cb0bb022cab7b6ed621d293e648dde to your computer and use it in GitHub Desktop.
Screen resource file (~/.screenrc)
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
# 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