diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-09-11 12:10:27 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-09-11 12:10:27 +0200 |
| commit | 0896e67625df9d551c69179368bedc25d05803e3 (patch) | |
| tree | fe9f59729a3d7b61a6c639a59b9e6c0d79a34ffd /tmux | |
| parent | 09938745eeefa209804d04d9e5a74dadd400df57 (diff) | |
| download | dotfiles-0896e67625df9d551c69179368bedc25d05803e3.tar.gz dotfiles-0896e67625df9d551c69179368bedc25d05803e3.tar.bz2 dotfiles-0896e67625df9d551c69179368bedc25d05803e3.zip | |
Diffstat (limited to 'tmux')
| -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 aafc9d0..6307971 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -14,7 +14,7 @@ set -g renumber-windows on | |||
| 14 | set -g history-limit 10000 | 14 | 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-current-style fg=white,bg=darkblue,bold | 17 | set -g window-status-current-style fg=colour255,bg=colour24,bold |
| 18 | set -g mode-keys vi | 18 | set -g mode-keys vi |
| 19 | set -g focus-events on | 19 | set -g focus-events on |
| 20 | 20 | ||
