diff options
Diffstat (limited to 'tmux/tmux.conf')
| -rw-r--r-- | tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index f7ef1a5..3038b43 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | set -g mouse on | 1 | set -g mouse on |
| 2 | set -g default-terminal "tmux-256color" | 2 | set -g default-terminal "tmux-256color" |
| 3 | set -g terminal-features ",xterm-256color:RGB" | ||
| 3 | set -g status on | 4 | set -g status on |
| 4 | set -g status-left " #[fg=darkblue]#S#[fg=black] | " | 5 | set -g status-left " #[fg=darkblue]#S#[fg=black] | " |
| 5 | set -g status-left-length 20 | 6 | set -g status-left-length 20 |
