From 86aa7bfd3d52b57437a7da9f9cd32863f887e115 Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Fri, 19 Jan 2024 17:07:50 +0100 Subject: tmux: Konfiguration etwas vereinfacht, unbenutzte key-bindings entfernt --- tmux/tmux.conf | 9 +++------ 1 file changed, 3 insertions(+), 6 deletions(-) (limited to 'tmux') 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' set -g status on set -g status-left " #[fg=darkblue]#S#[fg=black] | " set -g status-left-length 20 -set -g status-right "| #[fg=white]#(curl 'wttr.in/Störnstein?format="%%l:+%%t+%%w"')#[fg=black] | #[fg=darkblue]#(date '+%H:%M') " +set -g status-right "| #[fg=white]#(curl 'wttr.in/Störnstein?format="%%l:+%%t+%%w"')#[fg=black] | #[fg=darkblue]%H:%M " set -g status-right-length 35 set -g status-interval 30 set -g base-index 1 @@ -17,15 +17,12 @@ set -g window-status-current-style fg=white,bg=blue,bold set -g mode-keys vi set -g focus-events on -bind -r Tab next-window -bind -r BTab previous-window - bind h select-pane -L bind j select-pane -D bind k select-pane -U bind l select-pane -R -bind m set -g mouse \; display "Mouse #{?mouse,ON,OFF}" +bind m set -g mouse \; display "mouse #{?mouse,ON,OFF}" bind C-t set -g status -bind r source ~/.config/tmux/tmux.conf \; display-message "Config reloaded" +bind r source ~/.config/tmux/tmux.conf \; display-message "configuration reloaded" -- cgit v1.3