diff --git a/.tmux.conf b/.tmux.conf index 6940afb..0c0e5d4 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -8,7 +8,7 @@ set-option -g status-right "T:%H:%M | U:#(whoami) | H:#(hostname -f)" set -g status-right-length 100 set-option -gw aggressive-resize on 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 window-style 'fg=colour247,bg=colour236' # dunkelt inaktive Panes ab #set -g window-active-style 'fg=colour250,bg=black' # hebt die aktive Pane ab @@ -30,3 +30,6 @@ unbind '"' unbind % # alte Tastenkombination deaktivieren bind | split-window -h # Vertikal 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