diff options
| author | Yigit Sever | 2025-10-17 12:36:28 +0300 |
|---|---|---|
| committer | Yigit Sever | 2025-10-17 12:36:28 +0300 |
| commit | 57c8babc1c37f6f00b5c2f1fe8671dc889e7e486 (patch) | |
| tree | b22039240a07a563f007f3108c208fe8222fa5d1 | |
| parent | dde3d0e99a2cf51612a6d06172e3b9ae8a2d9f8d (diff) | |
| download | dotfiles-57c8babc1c37f6f00b5c2f1fe8671dc889e7e486.tar.gz dotfiles-57c8babc1c37f6f00b5c2f1fe8671dc889e7e486.tar.bz2 dotfiles-57c8babc1c37f6f00b5c2f1fe8671dc889e7e486.zip | |
tmux: adapt to foot
| -rw-r--r-- | .config/tmux/tmux.conf | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 461d8a4..dbc28f2 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf | |||
| @@ -77,7 +77,8 @@ set -g visual-activity on | |||
| 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-256color:RGB" | 80 | set-option -a terminal-features 'foot:RGB' |
| 81 | set-option -g focus-events on | ||
| 81 | 82 | ||
| 82 | ############# | 83 | ############# |
| 83 | # plugins # | 84 | # plugins # |
