diff options
author | Yigit Sever | 2020-03-02 16:39:46 +0300 |
---|---|---|
committer | Yigit Sever | 2020-03-02 16:39:46 +0300 |
commit | 4d5bf843e2694e9e31c1b293ec8a7a34fb89ae70 (patch) | |
tree | f36761de87af0d7dbe416fe6d5a32f8b42690386 | |
parent | e3305499e04af94e6b6f21178f22b9ea415c9929 (diff) | |
download | dotfiles-4d5bf843e2694e9e31c1b293ec8a7a34fb89ae70.tar.gz dotfiles-4d5bf843e2694e9e31c1b293ec8a7a34fb89ae70.tar.bz2 dotfiles-4d5bf843e2694e9e31c1b293ec8a7a34fb89ae70.zip |
set tmux TERM
-rw-r--r-- | .tmux.conf | 2 |
1 files changed, 1 insertions, 1 deletions
@@ -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 | ||
79 | set -g default-terminal "xterm-kitty" | 79 | set -g default-terminal "tmux-256color" |
80 | set-option -ga terminal-overrides ",xterm-kitty:Tc" | 80 | set-option -ga terminal-overrides ",xterm-kitty:Tc" |
81 | 81 | ||
82 | set -g @plugin 'tmux-plugins/tpm' | 82 | set -g @plugin 'tmux-plugins/tpm' |