Skip to content

Instantly share code, notes, and snippets.

@zsombor
Created June 11, 2015 23:10
Show Gist options
  • Save zsombor/edc3dfedc17e2111e482 to your computer and use it in GitHub Desktop.
Save zsombor/edc3dfedc17e2111e482 to your computer and use it in GitHub Desktop.
screenrc
# No annoying audible bell, using "visual bell"
vbell on
startup_message off
defscrollback 32000
# start some programs in the given window numbers:
# screen -t emacs 0 emacs
hardstatus alwayslastline
hardstatus string "%{= Kk}%{= Kw}%{-}%-Lw%{= kK} %n%f %t %{-}%+Lw %= %{= Kk}%D %M %d,%c "
defutf8 on
termcapinfo rxvt-unicode ti@:te@
termcapinfo rxvt-unicode 'hs:ts=\E]2;:fs=\007:ds=\E]2;screen\007'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment