From 82fd6ca7666a568f9c4c9eee1258b128a07c6f04 Mon Sep 17 00:00:00 2001 From: Michael Grote Date: Sat, 26 Jun 2021 12:55:29 +0200 Subject: [PATCH] tmux sensible --- .tmux.conf | 5 ++++- 1 file changed, 4 insertions(+), 1 deletion(-) 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