blob: e79b448b9685bd3b4e8cf87a16d47be1c6adbb24 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
|
# this config requires Screen v5 (-git master branch release)
truecolor on
hardstatus off # puts notifications at the bottom
hardstatus alwaysfirstline '%{#999999}[ GNU screen ]%{#ffffff} %< %{7}%?%-Lw%?%{1;0}%{#009dff}(== %{#ffffff}%n %h%?(%u)%?%{1;0}%{#009dff} ==)%{7}%?%+Lw%?%?'
altscreen on
bind 0 select 10
bind c screen 1
defscrollback 5000
escape ^@a
maptimeout 0
screen 1
shell /usr/bin/fish
shelltitle "$ |fish"
startup_message off
|