tmux: doppelte option entfernt

This commit is contained in:
Michael Grote 2021-04-01 18:24:39 +02:00
parent 350c6ec74c
commit 71b676194d

View file

@ -20,7 +20,6 @@ set-window-option -g automatic-rename on # Automatically set
set-window-option -g clock-mode-style 24 # Uhrzeit auf 24h Format
set-window-option -g pane-base-index 1 # Nummerierung der Fenster und Teilfenster jeweils mit 1 beginnen:
set-window-option -g window-status-separator " | " # Separator zwischen Windows in der Statusleiste
set-window-option -g automatic-rename on # automatically set window titles so you know what's going on
#------------ Buttons ------------#
bind k select-pane -U # Wechsle Fenster mit vim keybindings