# Screen configuration file. # Don't display startup message. startup_message off # Use "?" as escape key, not used so often (by me) and easy to reach. escape ?? # As "?" is the escape key, bind to display the help window. bind ^H help # Increase the scrollback buffer to 5000 lines. defscrollback 5000 # 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"