tmux
This commit is contained in:
parent
c0e6b5ebe3
commit
dbd75af871
1 changed files with 5 additions and 4 deletions
|
@ -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
|
||||
|
|
Loading…
Reference in a new issue