summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorYigit Sever2020-03-02 16:39:46 +0300
committerYigit Sever2020-03-02 16:39:46 +0300
commit4d5bf843e2694e9e31c1b293ec8a7a34fb89ae70 (patch)
treef36761de87af0d7dbe416fe6d5a32f8b42690386 /.tmux.conf
parente3305499e04af94e6b6f21178f22b9ea415c9929 (diff)
downloaddotfiles-4d5bf843e2694e9e31c1b293ec8a7a34fb89ae70.tar.gz
dotfiles-4d5bf843e2694e9e31c1b293ec8a7a34fb89ae70.tar.bz2
dotfiles-4d5bf843e2694e9e31c1b293ec8a7a34fb89ae70.zip
set tmux TERM
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'