etc/screenrc

53 lines
1.1 KiB
Plaintext
Raw Normal View History

2011-02-21 17:18:47 +01:00
defutf8 on
# detach on hangup
autodetach on
# don't display the copyright page
startup_message off
# set scrollback to 2000 lines, default 100
2020-09-20 13:46:43 +02:00
defscrollback 20000
2011-02-21 17:18:47 +01:00
# set silencewait to 15 seconds, default 30
silencewait 15
# new shells should be started as login-shells
shell -$SHELL
# make a fancy statusline
2011-02-21 17:21:47 +01:00
#caption always " " # clear line before hardstatus
#hardstatus alwayslastline "%{= kb}[ %{B}%H:$USER %{b}][ %=%{w}%?%-Lw%?%{b}(%{W}%n*%f %t%?(%u)%?%{b})%{w}%?%+Lw%?%?%= %{b}][%{B} %l %{B}%{W}%d.%0m %{b}]"
2011-02-21 17:18:47 +01:00
# make higlighting bold, black on blue background
2011-07-29 02:07:03 +02:00
#sorendition +b bk
2011-02-21 17:18:47 +01:00
# some fixes, no I do not know where they come from :)
2011-07-29 02:07:18 +02:00
termcapinfo xterm*|rxvt*|kterm*|Eterm* 'hs:ts=\E]0;:fs=\007:ds=\E]0;\007'
hardstatus string "%t (screen %n on %H)"
2011-02-21 17:18:47 +01:00
# some bindings
bind k
bind ^k
bind .
bind ^\
bind \\
bind ^h
bind h
bind 'w' windowlist -b
bind 'W' windows
bind 'K' kill
bind 'I' login on
bind 'O' login off
bind '}' history
bind = resize =
bind + resize +3
bind - resize -3
# Mutt demands this
# http://wiki.mutt.org/?MuttFaq/Appearance
defbce on
2016-01-02 13:51:29 +01:00
term screen-256color-bce