ソースを参照

~/.tmux.conf: Hide the status-bar with `<C-b>f`.

Lucas Stadler 13 年 前
コミット
a9e58cf72c
共有1 個のファイルを変更した2 個の追加0 個の削除を含む
  1. 2 0
      .tmux.conf

+ 2 - 0
.tmux.conf

@ -20,6 +20,8 @@ set -g status-right '#[fg=colour235]lu #[fg=yellow]#(ls ~/.mails/lu/INBOX/new |
20 20
setw -g window-status-format '#[fg=green]#I #[fg=white]#W#[default]  '
21 21
setw -g window-status-current-format '#[bg=white,fg=black]⮀ #W #[bg=black,fg=white]⮀'
22 22
23
bind-key f set -g status
24
23 25
bind-key -n F1 select-window -t 0
24 26
bind-key -n F2 select-window -t 1
25 27
bind-key -n F3 select-window -t 2