diff options
author | Yigit Sever | 2024-04-25 17:44:12 +0300 |
---|---|---|
committer | Yigit Sever | 2024-04-25 17:44:12 +0300 |
commit | 77820adee24d562e8cf88012f311e9e12ae66ea2 (patch) | |
tree | 985cd158e551acac6ace0d7c97f9709bd74753df | |
parent | d921159a7ed648105d9248cafa44930b90603604 (diff) | |
download | dotfiles-77820adee24d562e8cf88012f311e9e12ae66ea2.tar.gz dotfiles-77820adee24d562e8cf88012f311e9e12ae66ea2.tar.bz2 dotfiles-77820adee24d562e8cf88012f311e9e12ae66ea2.zip |
tmux: set TERM (more?) correctly
-rw-r--r-- | .config/tmux/tmux.conf | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index eef160d..461d8a4 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf | |||
@@ -76,8 +76,8 @@ 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 "tmux-256color" | 79 | # set -g default-terminal "tmux-256color" |
80 | set-option -ga terminal-overrides ",xterm-kitty:Tc" | 80 | set-option -ga terminal-overrides ",xterm-256color:RGB" |
81 | 81 | ||
82 | ############# | 82 | ############# |
83 | # plugins # | 83 | # plugins # |