Skip to content

Instantly share code, notes, and snippets.

@kvbik
Created January 26, 2015 12:56
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 kvbik/4276bae041403e6dff83 to your computer and use it in GitHub Desktop.
Save kvbik/4276bae041403e6dff83 to your computer and use it in GitHub Desktop.
my config for gnu screen
# include default settings
source /etc/screenrc
# disable startup
startup_message off
# set bottom line
hardstatus alwayslastline "%{= dc}%-Lw%{= dw}%{!b}%n*%f %t%{!b}%{= dc}%+Lw%=[ %H ] %d.%m.%Y %c:%s"
# default term variable
term xterm
# enable normal bell
vbell off
# define a bigger scrollback, default is 100 lines
defscrollback 10240
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment