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