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