aboutsummaryrefslogtreecommitdiff
path: root/tmux
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2026-08-12 09:19:03 +0200
committerThomas Schmucker <ts@its1.de>2026-08-12 09:19:03 +0200
commit6e5882a2fd02d30206ab9ca8aa5847b8ea09196c (patch)
tree75d3b91f9005e51b93a37b44f3ad23ce4f48bc35 /tmux
parent41c676453cd32fac760ff26e092c9dc81874739f (diff)
downloaddotfiles-6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.tar.gz
dotfiles-6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.tar.bz2
dotfiles-6e5882a2fd02d30206ab9ca8aa5847b8ea09196c.zip
Normalize line endings
Diffstat (limited to 'tmux')
-rw-r--r--tmux/tmux.conf64
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 @@
1set -g mouse on 1set -g mouse on
2set -g default-terminal "tmux-256color" 2set -g default-terminal "tmux-256color"
3set -g terminal-features ",xterm*:RGB" 3set -g terminal-features ",xterm*:RGB"
4set -g terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q' 4set -g terminal-overrides '*:Ss=\E[%p1%d q:Se=\E[ q'
5set -g status on 5set -g status on
6set -g status-left " #[fg=darkblue]#S#[fg=black] | " 6set -g status-left " #[fg=darkblue]#S#[fg=black] | "
7set -g status-left-length 20 7set -g status-left-length 20
8set -g status-right "#[fg=black] | #[fg=darkblue]%H:%M " 8set -g status-right "#[fg=black] | #[fg=darkblue]%H:%M "
9set -g status-right-length 35 9set -g status-right-length 35
10set -g status-interval 30 10set -g status-interval 30
11set -g base-index 1 11set -g base-index 1
12set -g pane-base-index 1 12set -g pane-base-index 1
13set -g renumber-windows on 13set -g renumber-windows on
14set -g history-limit 10000 14set -g history-limit 10000
15set -g escape-time 0 15set -g escape-time 0
16set -g aggressive-resize on 16set -g aggressive-resize on
17set -g window-status-style fg=black,bg=green,bold 17set -g window-status-style fg=black,bg=green,bold
18set -g window-status-current-style fg=white,bg=brightblue,bold 18set -g window-status-current-style fg=white,bg=brightblue,bold
19set -g mode-keys vi 19set -g mode-keys vi
20set -g focus-events on 20set -g focus-events on
21 21
22bind h selectp -L 22bind h selectp -L
23bind j selectp -D 23bind j selectp -D
24bind k selectp -U 24bind k selectp -U
25bind l selectp -R 25bind l selectp -R
26 26
27bind m set -g mouse \; display "mouse #{?mouse,ON,OFF}" 27bind m set -g mouse \; display "mouse #{?mouse,ON,OFF}"
28bind C-t set -g status 28bind C-t set -g status
29bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded" 29bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded"
30 30
31bind % splitw -h -c "#{pane_current_path}" 31bind % splitw -h -c "#{pane_current_path}"
32bind '"' splitw -c "#{pane_current_path}" 32bind '"' splitw -c "#{pane_current_path}"