tmux: remap synced panes from ^A S to ^A s

This commit is contained in:
Martin Sekera 2023-05-08 17:36:46 +02:00
parent 5bc8c16f98
commit 2cebda125e

View file

@ -62,8 +62,9 @@ bind a send-prefix
# reload config
bind r source-file "/etc/tmux.conf" \; display-message "config reloaded"
# Shift+S to type into all panes at once
bind-key S set-window-option synchronize-panes
# S to type into all panes at once
unbind-key s
bind-key s set-window-option synchronize-panes
# prefix then / for vertical split, - for horizontal
unbind-key %