aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-01-08 08:56:23 +0100
committerThomas Schmucker <ts@its1.de>2026-01-08 08:56:23 +0100
commit467cc445a292ac501437919c5a0eadf629ebdc35 (patch)
tree323ffd264acf76f758c446a0b6d02e7f4fc4a032 /tmux/tmux.conf
parente86bb8fb1c09357d0cbd411c0f2a2f3fcf9d4c49 (diff)
downloaddotfiles-467cc445a292ac501437919c5a0eadf629ebdc35.tar.gz
dotfiles-467cc445a292ac501437919c5a0eadf629ebdc35.tar.bz2
dotfiles-467cc445a292ac501437919c5a0eadf629ebdc35.zip
tmux: Farbanpassung der aktuellen Seite
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf2
1 files changed, 1 insertions, 1 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index 5127b7e..6e2dc0d 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -15,7 +15,7 @@ set -g history-limit 10000
15set -g escape-time 0 15set -g escape-time 0
16set -g aggressive-resize on 16set -g aggressive-resize on
17set -g window-status-style fg=black,bg=green,bold 17set -g window-status-style fg=black,bg=green,bold
18set -g window-status-current-style fg=black,bg=brightblue,bold 18set -g window-status-current-style fg=white,bg=brightblue,bold
19set -g mode-keys vi 19set -g mode-keys vi
20set -g focus-events on 20set -g focus-events on
21 21