citadel

My dotfiles, scripts and nix configs
git clone git://jb55.com/citadel
Log | Files | Refs | README | LICENSE

.screenrc (487B)


      1 defutf8 on
      2 defflow off
      3 defscrollback 5000
      4 vbell off
      5 startup_message off
      6 term screen-256color
      7 
      8 bindkey -d -k kb stuff "\010"
      9 attrcolor b ".I"
     10 termcapinfo xterm 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
     11 termcapinfo xterm-color 'Co#256:AB=\E[48;5;%dm:AF=\E[38;5;%dm'
     12 defbce "on"
     13 hardstatus alwayslastline
     14 hardstatus string '%{= 9b}[ %{B}%H %{b}][%= %{= 9w}%?%-Lw%?%{=b 9R}(%{W}%n*%f %t%?(%u)%?%{=b 9R})%{= 9w}%?%+Lw%?%?%= %{b}][%{B}%l%{b}]%{=b C}[ %d %M %c ]%{W}':
     15 
     16 maptimeout 0
     17 
     18 truecolor on