aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 5127b7e..6e2dc0d 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -15,7 +15,7 @@ set -g history-limit 10000
15set -g escape-time 0 15set -g escape-time 0
16set -g aggressive-resize on 16set -g aggressive-resize on
17set -g window-status-style fg=black,bg=green,bold 17set -g window-status-style fg=black,bg=green,bold
18set -g window-status-current-style fg=black,bg=brightblue,bold 18set -g window-status-current-style fg=white,bg=brightblue,bold
19set -g mode-keys vi 19set -g mode-keys vi
20set -g focus-events on 20set -g focus-events on
21 21