Last active
August 29, 2015 14:00
-
-
Save dovideh/11124018 to your computer and use it in GitHub Desktop.
screenrc
This file contains 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
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