diff options
Diffstat (limited to 'tmux/tmux.conf')
| -rw-r--r-- | tmux/tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index aafc9d0..6307971 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -14,7 +14,7 @@ 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-current-style fg=white,bg=darkblue,bold | 17 | set -g window-status-current-style fg=colour255,bg=colour24,bold |
| 18 | set -g mode-keys vi | 18 | set -g mode-keys vi |
| 19 | set -g focus-events on | 19 | set -g focus-events on |
| 20 | 20 | ||
