diff options
| -rw-r--r-- | tmux.conf | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -2,3 +2,13 @@ unbind C-b set -g prefix C-Space bind C-Space send-prefix + +# Status bar +set -g status-position top +set -g status-left " #S | " +set -g window-status-format " #W " +set -g window-status-current-format "<#W>" +set -g status-left-length 30 +set -g status-right "#{user}@#H | %F | %R " +set -g status-right-length 150 +set -g status-interval 5 |
