tmux: remap synced panes from ^A S to ^A s
This commit is contained in:
parent
5bc8c16f98
commit
2cebda125e
1 changed files with 3 additions and 2 deletions
|
@ -62,8 +62,9 @@ bind a send-prefix
|
||||||
# reload config
|
# reload config
|
||||||
bind r source-file "/etc/tmux.conf" \; display-message "config reloaded"
|
bind r source-file "/etc/tmux.conf" \; display-message "config reloaded"
|
||||||
|
|
||||||
# Shift+S to type into all panes at once
|
# S to type into all panes at once
|
||||||
bind-key S set-window-option synchronize-panes
|
unbind-key s
|
||||||
|
bind-key s set-window-option synchronize-panes
|
||||||
|
|
||||||
# prefix then / for vertical split, - for horizontal
|
# prefix then / for vertical split, - for horizontal
|
||||||
unbind-key %
|
unbind-key %
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue