diff options
| -rw-r--r-- | tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 8a9fa3b..0af366e 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -14,8 +14,8 @@ set -g renumber-windows on | |||
| 14 | set -g history-limit 10000 | 14 | set -g history-limit 10000 |
| 15 | set -g escape-time 0 | 15 | set -g escape-time 0 |
| 16 | set -g aggressive-resize on | 16 | set -g aggressive-resize on |
| 17 | set -g window-status-style fg=black,bg=green,bold | 17 | set -g window-status-style fg=black,bg=green |
| 18 | set -g window-status-current-style fg=white,bg=brightblue,bold | 18 | set -g window-status-current-style fg=white,bg=darkblue,bold |
| 19 | set -g mode-keys vi | 19 | set -g mode-keys vi |
| 20 | set -g focus-events on | 20 | set -g focus-events on |
| 21 | 21 | ||
