tmux: remove unused things
Signed-off-by: Michael Grote <michael.grote@dataport.de>
This commit is contained in:
parent
5b1f167ac1
commit
13d003feb7
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 -g pane-base-index 1
|
||||
|
||||
# Statuszeile - rechts
|
||||
# Statuszeile
|
||||
set-option -g status-right "#(hostname -f)"
|
||||
set -g status-right-length 100
|
||||
|
||||
# resize
|
||||
set-option -gw aggressive-resize on
|
||||
|
||||
# Farb-Optionen für Shell-Fenster
|
||||
|
@ -30,9 +32,6 @@ set -g history-limit 50000
|
|||
# Maus-Unterstützung aktivieren
|
||||
set -g mouse on
|
||||
|
||||
# Uhrzeit auf 24h Format
|
||||
set-window-option -g clock-mode-style 24
|
||||
|
||||
# Wechsle Fenster mit vim keybindings
|
||||
bind k select-pane -U
|
||||
bind j select-pane -D
|
||||
|
@ -51,12 +50,6 @@ set -s escape-time 0
|
|||
# tmux messages are displayed for 4 seconds
|
||||
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
|
||||
# prefix + f
|
||||
set-window-option -g mode-keys vi
|
||||
|
|
Loading…
Reference in a new issue