diff options
Diffstat (limited to 'tmux/tmux.conf')
| -rw-r--r-- | tmux/tmux.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 3038b43..acc0027 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -1,6 +1,7 @@ | |||
| 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 terminal-features ",xterm*:Tc" |
| 4 | set -g terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' | ||
| 4 | set -g status on | 5 | set -g status on |
| 5 | set -g status-left " #[fg=darkblue]#S#[fg=black] | " | 6 | set -g status-left " #[fg=darkblue]#S#[fg=black] | " |
| 6 | set -g status-left-length 20 | 7 | set -g status-left-length 20 |
| @@ -12,8 +13,8 @@ set -g pane-base-index 1 | |||
| 12 | set -g history-limit 10000 | 13 | set -g history-limit 10000 |
| 13 | set -g escape-time 0 | 14 | set -g escape-time 0 |
| 14 | set -g aggressive-resize on | 15 | set -g aggressive-resize on |
| 15 | set -g window-status-style fg=black,bg=green | 16 | set -g window-status-style fg=black,bg=green,bold |
| 16 | set -g window-status-current-style fg=white,bg=blue,bold | 17 | set -g window-status-current-style fg=black,bg=brightblue,bold |
| 17 | set -g mode-keys vi | 18 | set -g mode-keys vi |
| 18 | set -g focus-events on | 19 | set -g focus-events on |
| 19 | 20 | ||
