aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2024-10-24 22:47:07 +0200
committerThomas Schmucker <ts@its1.de>2024-10-24 22:47:07 +0200
commit3cc0f1c0dd68de237d8c8ee2b94bf51aeee68a00 (patch)
tree8be6ad1dfea20bd4f0b73b58d65ddbd00b2bc465 /tmux
parent94e6a0de9b52ebb369ab76cc3c2409e5b41b8c0f (diff)
downloaddotfiles-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.conf1
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 @@
1set -g mouse on 1set -g mouse on
2set -g default-terminal "tmux-256color" 2set -g default-terminal "tmux-256color"
3set -g terminal-features ",xterm-256color:RGB"
3set -g status on 4set -g status on
4set -g status-left " #[fg=darkblue]#S#[fg=black] | " 5set -g status-left " #[fg=darkblue]#S#[fg=black] | "
5set -g status-left-length 20 6set -g status-left-length 20