diff options
| author | Thomas Schmucker <ts@its1.de> | 2024-10-24 22:47:07 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2024-10-24 22:47:07 +0200 |
| commit | 3cc0f1c0dd68de237d8c8ee2b94bf51aeee68a00 (patch) | |
| tree | 8be6ad1dfea20bd4f0b73b58d65ddbd00b2bc465 /tmux | |
| parent | 94e6a0de9b52ebb369ab76cc3c2409e5b41b8c0f (diff) | |
| download | dotfiles-3cc0f1c0dd68de237d8c8ee2b94bf51aeee68a00.tar.gz dotfiles-3cc0f1c0dd68de237d8c8ee2b94bf51aeee68a00.tar.bz2 dotfiles-3cc0f1c0dd68de237d8c8ee2b94bf51aeee68a00.zip | |
update tmux.conf: Einstellung für true-color
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index f7ef1a5..3038b43 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -1,5 +1,6 @@ | |||
| 1 | set -g mouse on | 1 | set -g mouse on |
| 2 | set -g default-terminal "tmux-256color" | 2 | set -g default-terminal "tmux-256color" |
| 3 | set -g terminal-features ",xterm-256color:RGB" | ||
| 3 | set -g status on | 4 | set -g status on |
| 4 | set -g status-left " #[fg=darkblue]#S#[fg=black] | " | 5 | set -g status-left " #[fg=darkblue]#S#[fg=black] | " |
| 5 | set -g status-left-length 20 | 6 | set -g status-left-length 20 |
