summaryrefslogtreecommitdiffstats
path: root/.tmux.conf
diff options
context:
space:
mode:
authorYigit Sever2019-03-31 14:28:09 +0300
committerYigit Sever2019-03-31 14:28:09 +0300
commitd1d5b4824288809bd64982dd3391fe793ad9d86a (patch)
tree34380eae66387fbf45b8b795cd3d5e31cd957f28 /.tmux.conf
parentcfd96387edf69b2e05b54b1c57d9a8903a0b80bd (diff)
downloaddotfiles-d1d5b4824288809bd64982dd3391fe793ad9d86a.tar.gz
dotfiles-d1d5b4824288809bd64982dd3391fe793ad9d86a.tar.bz2
dotfiles-d1d5b4824288809bd64982dd3391fe793ad9d86a.zip
Set TERM properly
diffstat (limited to '.tmux.conf')
-rw-r--r--.tmux.conf4
1 files changed, 2 insertions, 2 deletions
diff --git a/.tmux.conf b/.tmux.conf
index df2b81d..13e489c 100644
--- a/.tmux.conf
+++ b/.tmux.conf
@@ -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
84set -g default-terminal "xterm-256color" 84set -g default-terminal "xterm-kitty"
85set-option -ga terminal-overrides ",xterm-256color:Tc" 85set-option -ga terminal-overrides ",xterm-kitty:Tc"
86 86
87# List of plugins 87# List of plugins
88set -g @plugin 'tmux-plugins/tpm' 88set -g @plugin 'tmux-plugins/tpm'