diff options
Diffstat (limited to '.tmux.conf')
-rw-r--r-- | .tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -81,8 +81,8 @@ set -g visual-activity on | |||
81 | # Example of using a shell command in the status line | 81 | # Example of using a shell command in the status line |
82 | #set -g status-right "#[fg=yellow]#(uptime | cut -d ',' -f 2-)" | 82 | #set -g status-right "#[fg=yellow]#(uptime | cut -d ',' -f 2-)" |
83 | 83 | ||
84 | set -g default-terminal "xterm-256color" | 84 | set -g default-terminal "xterm-kitty" |
85 | set-option -ga terminal-overrides ",xterm-256color:Tc" | 85 | set-option -ga terminal-overrides ",xterm-kitty:Tc" |
86 | 86 | ||
87 | # List of plugins | 87 | # List of plugins |
88 | set -g @plugin 'tmux-plugins/tpm' | 88 | set -g @plugin 'tmux-plugins/tpm' |