Skip to content

Instantly share code, notes, and snippets.

@nobucshirai
Created March 7, 2018 05:18
Show Gist options
  • Save nobucshirai/ed63eba0a6f1054fc3808f587d7ac606 to your computer and use it in GitHub Desktop.
Save nobucshirai/ed63eba0a6f1054fc3808f587d7ac606 to your computer and use it in GitHub Desktop.
# コマンドキーを 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