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