tmux: remove unused things

Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
Michael Grote 2024-07-18 10:45:44 +02:00
parent 5b1f167ac1
commit 13d003feb7

View file

@ -16,9 +16,11 @@ set-window-option -g pane-base-index 1
set-option -g base-index 1 set-option -g base-index 1
set -g pane-base-index 1 set -g pane-base-index 1
# Statuszeile - rechts # Statuszeile
set-option -g status-right "#(hostname -f)" set-option -g status-right "#(hostname -f)"
set -g status-right-length 100 set -g status-right-length 100
# resize
set-option -gw aggressive-resize on set-option -gw aggressive-resize on
# Farb-Optionen für Shell-Fenster # Farb-Optionen für Shell-Fenster
@ -30,9 +32,6 @@ set -g history-limit 50000
# Maus-Unterstützung aktivieren # Maus-Unterstützung aktivieren
set -g mouse on set -g mouse on
# Uhrzeit auf 24h Format
set-window-option -g clock-mode-style 24
# Wechsle Fenster mit vim keybindings # Wechsle Fenster mit vim keybindings
bind k select-pane -U bind k select-pane -U
bind j select-pane -D bind j select-pane -D
@ -51,12 +50,6 @@ set -s escape-time 0
# tmux messages are displayed for 4 seconds # tmux messages are displayed for 4 seconds
set -g display-time 4000 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 # gehe in copy mode und starte suche
# prefix + f # prefix + f
set-window-option -g mode-keys vi set-window-option -g mode-keys vi