diff options
| author | Thomas Schmucker <ts@its1.de> | 2026-08-12 09:19:03 +0200 |
|---|---|---|
| committer | Thomas Schmucker <ts@its1.de> | 2026-08-12 09:19:03 +0200 |
| commit | 6e5882a2fd02d30206ab9ca8aa5847b8ea09196c (patch) | |
| tree | 75d3b91f9005e51b93a37b44f3ad23ce4f48bc35 /tmux | |
| parent | 41c676453cd32fac760ff26e092c9dc81874739f (diff) | |
| download | dotfiles-6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.tar.gz dotfiles-6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.tar.bz2 dotfiles-6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.zip | |
Normalize line endings
Diffstat (limited to 'tmux')
| -rw-r--r-- | tmux/tmux.conf | 64 |
1 files changed, 32 insertions, 32 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 8a9fa3b..fdb063b 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf | |||
| @@ -1,32 +1,32 @@ | |||
| 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*:RGB" | 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] | " |
| 7 | set -g status-left-length 20 | 7 | set -g status-left-length 20 |
| 8 | set -g status-right "#[fg=black] | #[fg=darkblue]%H:%M " | 8 | set -g status-right "#[fg=black] | #[fg=darkblue]%H:%M " |
| 9 | set -g status-right-length 35 | 9 | set -g status-right-length 35 |
| 10 | set -g status-interval 30 | 10 | set -g status-interval 30 |
| 11 | set -g base-index 1 | 11 | set -g base-index 1 |
| 12 | set -g pane-base-index 1 | 12 | set -g pane-base-index 1 |
| 13 | set -g renumber-windows on | 13 | 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-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=white,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 | ||
| 22 | bind h selectp -L | 22 | bind h selectp -L |
| 23 | bind j selectp -D | 23 | bind j selectp -D |
| 24 | bind k selectp -U | 24 | bind k selectp -U |
| 25 | bind l selectp -R | 25 | bind l selectp -R |
| 26 | 26 | ||
| 27 | bind m set -g mouse \; display "mouse #{?mouse,ON,OFF}" | 27 | bind m set -g mouse \; display "mouse #{?mouse,ON,OFF}" |
| 28 | bind C-t set -g status | 28 | bind C-t set -g status |
| 29 | bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded" | 29 | bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded" |
| 30 | 30 | ||
| 31 | bind % splitw -h -c "#{pane_current_path}" | 31 | bind % splitw -h -c "#{pane_current_path}" |
| 32 | bind '"' splitw -c "#{pane_current_path}" | 32 | bind '"' splitw -c "#{pane_current_path}" |
