aboutsummaryrefslogtreecommitdiff
path: root/tmux/tmux.conf
diff options
context:
space:
mode:
authorThomas Schmucker <ts@its1.de>2024-01-19 17:07:50 +0100
committerThomas Schmucker <ts@its1.de>2024-01-19 17:07:50 +0100
commit86aa7bfd3d52b57437a7da9f9cd32863f887e115 (patch)
tree919820e32ab96cd53368b0070010e01d4a1e3bdb /tmux/tmux.conf
parent44db3dac5375a2488c6014e3f78b9c5008ff5eae (diff)
downloaddotfiles-86aa7bfd3d52b57437a7da9f9cd32863f887e115.tar.gz
dotfiles-86aa7bfd3d52b57437a7da9f9cd32863f887e115.tar.bz2
dotfiles-86aa7bfd3d52b57437a7da9f9cd32863f887e115.zip
tmux: Konfiguration etwas vereinfacht, unbenutzte key-bindings entfernt
Diffstat (limited to 'tmux/tmux.conf')
-rw-r--r--tmux/tmux.conf9
1 files changed, 3 insertions, 6 deletions
diff --git a/tmux/tmux.conf b/tmux/tmux.conf
index df0934b..e7042c7 100644
--- a/tmux/tmux.conf
+++ b/tmux/tmux.conf
@@ -4,7 +4,7 @@ set -sa terminal-overrides ',tmux-256color:Tc'
4set -g status on 4set -g status on
5set -g status-left " #[fg=darkblue]#S#[fg=black] | " 5set -g status-left " #[fg=darkblue]#S#[fg=black] | "
6set -g status-left-length 20 6set -g status-left-length 20
7set -g status-right "| #[fg=white]#(curl 'wttr.in/Störnstein?format="%%l:+%%t+%%w"')#[fg=black] | #[fg=darkblue]#(date '+%H:%M') " 7set -g status-right "| #[fg=white]#(curl 'wttr.in/Störnstein?format="%%l:+%%t+%%w"')#[fg=black] | #[fg=darkblue]%H:%M "
8set -g status-right-length 35 8set -g status-right-length 35
9set -g status-interval 30 9set -g status-interval 30
10set -g base-index 1 10set -g base-index 1
@@ -17,15 +17,12 @@ set -g window-status-current-style fg=white,bg=blue,bold
17set -g mode-keys vi 17set -g mode-keys vi
18set -g focus-events on 18set -g focus-events on
19 19
20bind -r Tab next-window
21bind -r BTab previous-window
22
23bind h select-pane -L 20bind h select-pane -L
24bind j select-pane -D 21bind j select-pane -D
25bind k select-pane -U 22bind k select-pane -U
26bind l select-pane -R 23bind l select-pane -R
27 24
28bind m set -g mouse \; display "Mouse #{?mouse,ON,OFF}" 25bind m set -g mouse \; display "mouse #{?mouse,ON,OFF}"
29bind C-t set -g status 26bind C-t set -g status
30bind r source ~/.config/tmux/tmux.conf \; display-message "Config reloaded" 27bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded"
31 28