Skip to content

Instantly share code, notes, and snippets.

@optyler
Last active March 1, 2017 09:00
Show Gist options
  • Save optyler/9731cb3a8a0aca6cd561537a9cdc00ae to your computer and use it in GitHub Desktop.
Save optyler/9731cb3a8a0aca6cd561537a9cdc00ae to your computer and use it in GitHub Desktop.
Custom configuration for linux screen tool
# Turn off that annoying start up message
startup_message off
# Turn the even more annoying whole-screen-flash-on-tab-complete "feature"
vbell off
# Window list at the bottom. hostname, centered tabs and redmarked active windows:
hardstatus alwayslastline
hardstatus string '%{= kG}[ %{G}%H %{g}][%= %{= kw}%?%-Lw%?%{r}(%{W}%n*%f%t%?(%u)%?%{r})%{w}%?%+Lw%?%?%= %{g}][%{B} %d/%m %{W}%c %{g}]'
# define a bigger scrollback, default is 100 lines
defscrollback 10240
# define a specific shell environment
shell "/bin/zsh"
# allow to choose the shell when screen is splitted
mousetrack on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment