aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index acc0027..21f8cd4 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -1,6 +1,6 @@
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*:Tc" 3set -g terminal-features ",xterm*:RGB"
4set -g terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' 4set -g terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q'
5set -g status on 5set -g status on
6set -g status-left " #[fg=darkblue]#S#[fg=black] | " 6set -g status-left " #[fg=darkblue]#S#[fg=black] | "