From 5766c0fc5360ba4c697e21f19b49ed2570c0755b Mon Sep 17 00:00:00 2001 From: Thomas Schmucker Date: Sun, 26 Mar 2023 10:48:43 +0200 Subject: einige Tweaks MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit - Bessere Statuszeile - Sinnvollere Tastenkürzel --- tmux/tmux.conf | 10 ++++++---- 1 file changed, 6 insertions(+), 4 deletions(-) diff --git a/tmux/tmux.conf b/tmux/tmux.conf index 343568c..464d5bd 100644 --- a/tmux/tmux.conf +++ b/tmux/tmux.conf @@ -1,7 +1,8 @@ set -g mouse on set -g default-terminal "xterm-256color" +set -g status on set -g status-left " " -set -g status-right "" +set -g status-right "| #[fg=white]#(curl 'wttr.in/Störnstein?format="%%l:+%%t+%%w"')#[fg=black] | #[fg=darkblue]#(date '+%H:%M') " set -g base-index 1 set -g pane-base-index 1 set -g history-limit 10000 @@ -11,7 +12,7 @@ set -g window-status-style fg=black,bg=green set -g window-status-current-style fg=black,bg=blue,bold set -g mode-keys vi -bind -n C-S-Left previous-window +bind -n C-S-Left previous-window bind -n C-S-Right next-window bind h select-pane -L @@ -19,6 +20,7 @@ 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 r source-file ~/.config/tmux/tmux.conf \; display-message "Config reloaded" +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" -- cgit v1.3