GNU Screen's .screenrc file vbell off defscrollback 5000 term xterm shell zsh startup_message off shelltitle '' termcapinfo xterm ti@:te@ hardstatus string '%-w[%n%f%t]%+w' caption always "%{= kw}%{+d kw}%n*%t%f" bindkey "^[t" screen bindkey "^[n" next bindkey "^[p" prev bindkey "^[r" title bindkey "^[x" kill bindkey "^[e" detach bindkey "^[s" split -h bindkey "^[S" split -v bindkey "^[o" only bindkey "^[k" focus up bindkey "^[j" focus down bindkey "^[y" eval "writebuf" "exec sh -c 'clip < /tmp/screen-exchange'" bindkey "^{[" copy escape ^Zq
|