From 3bd5c5c7cb759e938dad4bf9434ee52d46d26680 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 31 Mar 2023 15:22:13 +0200 Subject: tagbar und mundo installiert --- tmux/tmux.conf | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) (limited to 'tmux/tmux.conf') diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 464d5bd..dba81bd 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,5 +1,6 @@ set -g mouse on -set -g default-terminal "xterm-256color" +set -g default-terminal "tmux-256color" +set -sa terminal-overrides ',xterm-256color:Tc' set -g status on set -g status-left " " set -g status-right "| #[fg=white]#(curl 'wttr.in/Störnstein?format="%%l:+%%t+%%w"')#[fg=black] | #[fg=darkblue]#(date '+%H:%M') " @@ -9,8 +10,9 @@ set -g history-limit 10000 set -g escape-time 0 set -g aggressive-resize on set -g window-status-style fg=black,bg=green -set -g window-status-current-style fg=black,bg=blue,bold +set -g window-status-current-style fg=white,bg=blue,bold set -g mode-keys vi +set -g focus-events on bind -n C-S-Left previous-window bind -n C-S-Right next-window -- cgit v1.3