# 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"