Created
March 7, 2018 05:18
-
-
Save nobucshirai/ed63eba0a6f1054fc3808f587d7ac606 to your computer and use it in GitHub Desktop.
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
| # コマンドキーを Ctrl+T にする | |
| escape ^Tt | |
| # 起動時のライセンス画面を表示しない | |
| startup_message off | |
| # スクロールバックできる行数を2000行にする | |
| defscrollback 2000 | |
| # ステータス行に表示するメッセージを10秒間表示する | |
| msgwait 10 | |
| # ステータス行を常に表示する | |
| hardstatus alwayslastline "[screen %n%?: %t%?] %h" |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment