一个名为tmux的软件, 功能与screen类似, 号称是BSD协议的GNU screen
这里有介绍: http://niallohiggins.com/2009/06/04/tmux-a-bsd-alternative-to-gnu-screen/
随便找个地方记录一下自己的screen配置, 方便日后快速找回:
escape ^Ss
bind j focus down
bind k focus up
bind t focus top
bind b focus bottom
# 删除这几个
bind ^k
bind 'K'
No comments:
Post a Comment
Note: Only a member of this blog may post a comment.