configs/tmux.conf aktualisiert
This commit is contained in:
parent
b2a276adc2
commit
bbe069bf5d
|
@ -1,8 +1,8 @@
|
||||||
unbind r
|
unbind r
|
||||||
bind r source-file ~/.tmux.conf
|
bind r source-file ~/.tmux.conf
|
||||||
|
|
||||||
# Ctrl + S für Befehle
|
# Ctrl + X für Befehle: lokale Maschinen s, remote b um getrennt Fenster steuern zu können
|
||||||
set -g prefix C-s
|
set -g prefix C-b
|
||||||
set-option -g status-position top
|
set-option -g status-position top
|
||||||
|
|
||||||
set -g mouse on
|
set -g mouse on
|
||||||
|
|
Loading…
Reference in New Issue