diff --git a/.tmux.conf b/.tmux.conf index 70fc1ac..0ace37c 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -16,9 +16,11 @@ set-window-option -g pane-base-index 1 set-option -g base-index 1 set -g pane-base-index 1 -# Statuszeile - rechts +# Statuszeile set-option -g status-right "#(hostname -f)" set -g status-right-length 100 + +# resize set-option -gw aggressive-resize on # Farb-Optionen für Shell-Fenster @@ -30,9 +32,6 @@ set -g history-limit 50000 # Maus-Unterstützung aktivieren set -g mouse on -# Uhrzeit auf 24h Format -set-window-option -g clock-mode-style 24 - # Wechsle Fenster mit vim keybindings bind k select-pane -U bind j select-pane -D @@ -51,12 +50,6 @@ set -s escape-time 0 # tmux messages are displayed for 4 seconds set -g display-time 4000 -# schließe windows mit prefix + w -bind w killw - -# öffne windows mit prefix + t -bind t new-window - # gehe in copy mode und starte suche # prefix + f set-window-option -g mode-keys vi