This commit is contained in:
Michael Grote 2020-08-31 13:41:12 +02:00
parent c0e6b5ebe3
commit dbd75af871

View file

@ -4,13 +4,14 @@ set-option -g repeat-time 0 # Pfeiltasten sofort
set-window-option -g mouse # Maus-Unterstützung aktivieren
set-option -g default-terminal screen-256color # Farb-Optionen für Shell-Fenster
set-option -g history-limit 10000 # Anzahl an History-Einträgen auf 10000 erhöhen
set-option -g monitor-activity off # Deaktiviere "Markierung" aktiver Fenster
#------------ Buttons ------------#
bind | split-window -h # Vertikal splitten
bind - split-window -v # Horizontal splitten
unbind '"' # alte Tastenkombination deaktivieren
unbind % # alte Tastenkombination deaktivieren
bind-key r source-file ~/.tmux.conf # .tmux.conf neu laden mit Präfix + r
bind-key r source-file .tmux.conf # .tmux.conf neu laden mit Präfix + r
#------------ Infoleiste ------------#
set-window-option -g clock-mode-style 24 # Uhrzeit auf 24h Format