]> ruderich.org/simon Gitweb - config/dotfiles.git/blob - screenrc
Add generate target to Makefile.
[config/dotfiles.git] / screenrc
1 # Screen configuration file.
2
3
4 # Don't display startup message.
5 startup_message off
6
7 # Use "?" as escape key, not used so often (by me) and easy to reach.
8 escape ??
9 # As "?" is the escape key, bind <C-h> to display the help window.
10 bind ^H help
11
12 # Increase the scrollback buffer to 5000 lines.
13 defscrollback 5000
14
15 # Bind P to paste the buffer content, like Vim's p.
16 bind P paste .
17
18 # Always display the status line and display the name of the window.
19 hardstatus on
20 hardstatus alwayslastline "%w"