# Screen configuration file. # Don't display startup message. startup_message off # Don't use visual bell. vbell off # Increase the scrollback buffer. defscrollback 10000 # Bind P to paste the buffer content, like Vim's p. bind P paste . # Always display the status line. hardstatus on # Display the name of the window and the current hostname. hardstatus alwayslastline "%w%=%H" # Run urlview on current screen content. Very useful to follow links. Make # sure hardcopy_append is off. bind ^B eval "hardcopy $HOME/.screen-urlview" "screen urlview $HOME/.screen-urlview"