diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-01-08 08:56:23 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-01-08 08:56:23 +0100 |
| commit | 467cc445a292ac501437919c5a0eadf629ebdc35 (patch) | |
| tree | 323ffd264acf76f758c446a0b6d02e7f4fc4a032 | |
| parent | e86bb8fb1c09357d0cbd411c0f2a2f3fcf9d4c49 (diff) | |
| download | dotfiles-467cc445a292ac501437919c5a0eadf629ebdc35.tar.gz dotfiles-467cc445a292ac501437919c5a0eadf629ebdc35.tar.bz2 dotfiles-467cc445a292ac501437919c5a0eadf629ebdc35.zip | |
tmux: Farbanpassung der aktuellen Seite
| -rw-r--r-- | tmux/tmux.conf | 2 |
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 | |||
| 15 | set -g escape-time 0 | 15 | set -g escape-time 0 |
| 16 | set -g aggressive-resize on | 16 | set -g aggressive-resize on |
| 17 | set -g window-status-style fg=black,bg=green,bold | 17 | set -g window-status-style fg=black,bg=green,bold |
| 18 | set -g window-status-current-style fg=black,bg=brightblue,bold | 18 | set -g window-status-current-style fg=white,bg=brightblue,bold |
| 19 | set -g mode-keys vi | 19 | set -g mode-keys vi |
| 20 | set -g focus-events on | 20 | set -g focus-events on |
| 21 | 21 | ||
