Skip to content

Instantly share code, notes, and snippets.

@ovidiucs
Last active August 29, 2015 14:00
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save ovidiucs/11124018 to your computer and use it in GitHub Desktop.
Save ovidiucs/11124018 to your computer and use it in GitHub Desktop.
screenrc
escape ^A^A
term screen-256color
vbell off
startup_message off
defscrollback 10000
hardstatus off
hardstatus alwayslastline
# hardstatus string "%{kG}%50>%-w%{ky}%n %t%{-}%+w%{-} %>%=%{ky}Ctrl-A ?%{-} for help"
#hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W} %c %{g}]'
hardstatus string '%{= kG}[%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %m-%d %{W} %c %{g}]'
# This is for mouse scroll-wheel support
# Tell screen that sterm can scroll
termcapinfo xterm ti@:te@
# Bind Shift+PgUp/PgDn.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment