Created
July 18, 2018 17:45
-
-
Save GzuPark/6411fee45ee81add9f00925275232074 to your computer and use it in GitHub Desktop.
screen setting
This file contains 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
defscrollback 5000 | |
termcapinfo xterm* ti@:te@ | |
startup_message off | |
hardstatus on | |
hardstatus alwayslastline | |
hardstatus string "%{.bW}%-w%{.rW}%n*%t%{-}%+w %= %c ${USER}@%H" | |
bindkey -k k1 select 0 | |
bindkey -k k2 select 1 | |
bindkey -k k3 select 2 |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment