tmux sensible

This commit is contained in:
Michael Grote 2021-06-26 12:55:29 +02:00
parent e8b7951c60
commit 82fd6ca766

View file

@ -8,7 +8,7 @@ set-option -g status-right "T:%H:%M | U:#(whoami) | H:#(hostname -f)"
set -g status-right-length 100 set -g status-right-length 100
set-option -gw aggressive-resize on set-option -gw aggressive-resize on
set -g default-terminal screen-256color # Farb-Optionen für Shell-Fenster set -g default-terminal screen-256color # Farb-Optionen für Shell-Fenster
set -g history-limit 10000 # Anzahl an History-Einträgen auf 100erhöhen set -g history-limit 50000 # increase scrollback buffer size
set -g mouse on # Maus-Unterstützung aktivieren set -g mouse on # Maus-Unterstützung aktivieren
#set -g window-style 'fg=colour247,bg=colour236' # dunkelt inaktive Panes ab #set -g window-style 'fg=colour247,bg=colour236' # dunkelt inaktive Panes ab
#set -g window-active-style 'fg=colour250,bg=black' # hebt die aktive Pane ab #set -g window-active-style 'fg=colour250,bg=black' # hebt die aktive Pane ab
@ -30,3 +30,6 @@ unbind '"'
unbind % # alte Tastenkombination deaktivieren unbind % # alte Tastenkombination deaktivieren
bind | split-window -h # Vertikal splitten bind | split-window -h # Vertikal splitten
bind - split-window -v # Horizontal splitten bind - split-window -v # Horizontal splitten
set -s escape-time 0 # address vim mode switching delay (http://superuser.com/a/252717/65504)
set -g display-time 4000 # tmux messages are displayed for 4 seconds