tmux: remove unused things
Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
parent
0c129dad17
commit
a2ff339214
1 changed files with 3 additions and 10 deletions
13
.tmux.conf
13
.tmux.conf
|
@ -16,9 +16,11 @@ set-window-option -g pane-base-index 1
|
||||||
set-option -g base-index 1
|
set-option -g base-index 1
|
||||||
set -g pane-base-index 1
|
set -g pane-base-index 1
|
||||||
|
|
||||||
# Statuszeile - rechts
|
# Statuszeile
|
||||||
set-option -g status-right "#(hostname -f)"
|
set-option -g status-right "#(hostname -f)"
|
||||||
set -g status-right-length 100
|
set -g status-right-length 100
|
||||||
|
|
||||||
|
# resize
|
||||||
set-option -gw aggressive-resize on
|
set-option -gw aggressive-resize on
|
||||||
|
|
||||||
# Farb-Optionen für Shell-Fenster
|
# Farb-Optionen für Shell-Fenster
|
||||||
|
@ -30,9 +32,6 @@ set -g history-limit 50000
|
||||||
# Maus-Unterstützung aktivieren
|
# Maus-Unterstützung aktivieren
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
||||||
# Uhrzeit auf 24h Format
|
|
||||||
set-window-option -g clock-mode-style 24
|
|
||||||
|
|
||||||
# Wechsle Fenster mit vim keybindings
|
# Wechsle Fenster mit vim keybindings
|
||||||
bind k select-pane -U
|
bind k select-pane -U
|
||||||
bind j select-pane -D
|
bind j select-pane -D
|
||||||
|
@ -51,12 +50,6 @@ set -s escape-time 0
|
||||||
# tmux messages are displayed for 4 seconds
|
# tmux messages are displayed for 4 seconds
|
||||||
set -g display-time 4000
|
set -g display-time 4000
|
||||||
|
|
||||||
# schließe windows mit prefix + w
|
|
||||||
bind w killw
|
|
||||||
|
|
||||||
# öffne windows mit prefix + t
|
|
||||||
bind t new-window
|
|
||||||
|
|
||||||
# gehe in copy mode und starte suche
|
# gehe in copy mode und starte suche
|
||||||
# prefix + f
|
# prefix + f
|
||||||
set-window-option -g mode-keys vi
|
set-window-option -g mode-keys vi
|
||||||
|
|
Loading…
Reference in a new issue