summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
Diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/.tmux.conf b/.tmux.conf
index 12c0b7f..56e05ea 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -76,7 +76,7 @@ set -g visual-activity on
76# Example of using a shell command in the status line 76# Example of using a shell command in the status line
77#set -g status-right "#[fg=yellow]#(uptime | cut -d ',' -f 2-)" 77#set -g status-right "#[fg=yellow]#(uptime | cut -d ',' -f 2-)"
78 78
79set -g default-terminal "xterm-kitty" 79set -g default-terminal "tmux-256color"
80set-option -ga terminal-overrides ",xterm-kitty:Tc" 80set-option -ga terminal-overrides ",xterm-kitty:Tc"
81 81
82set -g @plugin 'tmux-plugins/tpm' 82set -g @plugin 'tmux-plugins/tpm'