YanoRyuichi.com/
Wiki
Blog
GitHub
Sandbox
開始行:
* tmux [#z6db4cd7]
** 現在の設定を表示 [#p2ecee0a]
show-options -g
show-options -w
** .tmux.confを再読み込み [#j4bab105]
unbind r
bind r source-file ~/.tmux.conf \; display-message "Relo...
bind C-r source-file ~/.tmux.conf \; display-message "Re...
上のようにsource-fileをbindしておくと便利。
** ステータスライン設定 [#lfa3d594]
http://qiita.com/nojima/items/9bc576c922da3604a72b
** 参考 [#l002ff8f]
- http://d.hatena.ne.jp/kakurasan/20100316/p1
** 公式 [#t095606e]
https://tmux.github.io/
終了行:
* tmux [#z6db4cd7]
** 現在の設定を表示 [#p2ecee0a]
show-options -g
show-options -w
** .tmux.confを再読み込み [#j4bab105]
unbind r
bind r source-file ~/.tmux.conf \; display-message "Relo...
bind C-r source-file ~/.tmux.conf \; display-message "Re...
上のようにsource-fileをbindしておくと便利。
** ステータスライン設定 [#lfa3d594]
http://qiita.com/nojima/items/9bc576c922da3604a72b
** 参考 [#l002ff8f]
- http://d.hatena.ne.jp/kakurasan/20100316/p1
** 公式 [#t095606e]
https://tmux.github.io/
ページ名: