# 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 and display the name of the window. hardstatus on hardstatus alwayslastline "%w"