aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2023-06-01 19:08:19 +0200
committerThomas Schmucker <ts@its1.de>2023-06-01 19:08:19 +0200
commit76897a84fd9988e4899999a56d901ac170a3ebae (patch)
tree91ce96121714dbbad33d3ccce2a6a6931adca1d2 /tmux
parent70f6584ad8f59b874e9de1f1915a269b8ddf9f36 (diff)
downloaddotfiles-76897a84fd9988e4899999a56d901ac170a3ebae.tar.gz
dotfiles-76897a84fd9988e4899999a56d901ac170a3ebae.tar.bz2
dotfiles-76897a84fd9988e4899999a56d901ac170a3ebae.zip
Benutze richtige terminal-Version
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 6540462..f09ed9f 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -1,6 +1,6 @@
1set -g mouse on 1set -g mouse on
2set -g default-terminal "tmux-256color" 2set -g default-terminal "tmux-256color"
3set -sa terminal-overrides ',xterm-256color:Tc' 3set -sa terminal-overrides ',tmux-256color:Tc'
4set -g status on 4set -g status on
5set -g status-left " #[fg=darkblue]#S#[fg=black] | " 5set -g status-left " #[fg=darkblue]#S#[fg=black] | "
6set -g status-left-length 20 6set -g status-left-length 20