LoginSignup
4
3

More than 5 years have passed since last update.

My screenrc

Posted at
  • 某所で「一番使わないキーはWindowsキー」とあったが、私はファンクションキーだと思ってる
  • 大半の操作を左手で終わらせたい
  • 集中すると時間を忘れるよね~

上記理由により・・・

  • 窓移動はファンクションキーの1~9に割り当て
  • コントロールはZキーを指定
  • 右下に時計出しちゃえ

ってな感じの.screenrcです。
普通すぎるよね・・・こんなの。

.screenrc
escape ^z^z
deflogin off
startup_message off

# emulate .logout message
pow_detach_msg "Screen session of \$LOGNAME \$:cr:\$:nl:ended."

# no annoying audible bell, please
vbell off
defscrollback 10000
# Bottom Status line
#hardstatus off
hardstatus alwayslastline "%{=b bw}Load Status: %l [%h]%?%=[%A%C]"
# Multiple user access via screen
multiuser on
# Bind key assign for functionable key
bindkey -k k1 select 1
bindkey -k k2 select 2
bindkey -k k3 select 3
bindkey -k k4 select 4
bindkey -k k5 select 5
bindkey -k k6 select 6
bindkey -k k7 select 7
bindkey -k k8 select 8
bindkey -k k9 select 9

bind w windowlist -b

前から社内で「screen使おうぜ!」と言っても、誰も使いません・・・なぜだ?
こんなにも便利なのにナァ・・・

4
3
0

Register as a new user and use Qiita more conveniently

  1. You get articles that match your needs
  2. You can efficiently read back useful information
  3. You can use dark theme
What you can do with signing up
4
3