diff options
| author | Thomas Schmucker <ts@its1.de> | 2024-11-01 17:40:36 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2024-11-01 17:40:36 +0100 |
| commit | a2ee50cbc7367908b92d6f82dda4b35df1f01f07 (patch) | |
| tree | b7798677b3884f4097b78510e1105028e1fbe6d4 /tmux/tmux.conf | |
| parent | eb2b15fe126b6ad9c95a8c7613eeb57895004ebf (diff) | |
| download | dotfiles-a2ee50cbc7367908b92d6f82dda4b35df1f01f07.tar.gz dotfiles-a2ee50cbc7367908b92d6f82dda4b35df1f01f07.tar.bz2 dotfiles-a2ee50cbc7367908b92d6f82dda4b35df1f01f07.zip | |
bessere Unterstützung für einen farbigen Hintergrund
Diffstat (limited to 'tmux/tmux.conf')
| -rw-r--r-- | tmux/tmux.conf | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 3038b43..acc0027 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -1,6 +1,7 @@ | |||
| 1 | set -g mouse on | 1 | set -g mouse on |
| 2 | set -g default-terminal "tmux-256color" | 2 | set -g default-terminal "tmux-256color" |
| 3 | set -g terminal-features ",xterm-256color:RGB" | 3 | set -g terminal-features ",xterm*:Tc" |
| 4 | set -g terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' | ||
| 4 | set -g status on | 5 | set -g status on |
| 5 | set -g status-left " #[fg=darkblue]#S#[fg=black] | " | 6 | set -g status-left " #[fg=darkblue]#S#[fg=black] | " |
| 6 | set -g status-left-length 20 | 7 | set -g status-left-length 20 |
| @@ -12,8 +13,8 @@ set -g pane-base-index 1 | |||
| 12 | set -g history-limit 10000 | 13 | set -g history-limit 10000 |
| 13 | set -g escape-time 0 | 14 | set -g escape-time 0 |
| 14 | set -g aggressive-resize on | 15 | set -g aggressive-resize on |
| 15 | set -g window-status-style fg=black,bg=green | 16 | set -g window-status-style fg=black,bg=green,bold |
| 16 | set -g window-status-current-style fg=white,bg=blue,bold | 17 | set -g window-status-current-style fg=black,bg=brightblue,bold |
| 17 | set -g mode-keys vi | 18 | set -g mode-keys vi |
| 18 | set -g focus-events on | 19 | set -g focus-events on |
| 19 | 20 | ||
