Created
February 17, 2019 14:48
-
-
Save templateaholic10/a82df2fa174b52fb48e7a2e414b8b034 to your computer and use it in GitHub Desktop.
Screenの設定
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
escape ^Tt | |
shell -$SHELL | |
startup_message off | |
vbell off | |
screen 1 | |
bind c eval 'screen 1' | |
defscrollback 2000 | |
termcapinfo xterm* ti@:te@ | |
defwrap on | |
term xterm-256color | |
autodetach on | |
hardstatus alwayslastline "%{=b kW} %H |%{= kW}%-w%{= rW}%n %t%{=b kW}%+w| %=%{w}[%Y-%m-%d %02c]" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment