diff options
| author | Thomas Schmucker <ts@its1.de> | 2024-12-04 16:14:34 +0100 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2024-12-04 16:14:34 +0100 |
| commit | 9c471ef13692e835d582b5fe34f40e8eb230c70d (patch) | |
| tree | 1913222df848a61fd80afae83144a066f8e0bc01 /tmux/tmux.conf | |
| parent | 02d97aafb3f9de473af396a7b33f24d7b6d11b15 (diff) | |
| download | dotfiles-9c471ef13692e835d582b5fe34f40e8eb230c70d.tar.gz dotfiles-9c471ef13692e835d582b5fe34f40e8eb230c70d.tar.bz2 dotfiles-9c471ef13692e835d582b5fe34f40e8eb230c70d.zip | |
nvim settings aktualisiert
Diffstat (limited to 'tmux/tmux.conf')
| -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 acc0027..21f8cd4 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -1,6 +1,6 @@ | |||
| 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*:Tc" | 3 | set -g terminal-features ",xterm*:RGB" |
| 4 | set -g terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' | 4 | set -g terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' |
| 5 | set -g status on | 5 | set -g status on |
| 6 | set -g status-left " #[fg=darkblue]#S#[fg=black] | " | 6 | set -g status-left " #[fg=darkblue]#S#[fg=black] | " |
