tmux: Add binding to synchronize panes

Synchronize the panes in the current window with `<prefix>S`.
This commit is contained in:
2022-06-27 02:32:41 +02:00
parent d9ea048411
commit e0fdd45e6c

View File

@@ -93,6 +93,9 @@ bind -n M-S-Up resizep -D
bind -n M-S-Down resizep -U
bind -n M-S-Right resizep -R
# Synchronize the panes in the current window with `<prefix>S`
bind S set -w synchronize-panes
# Change installation location of plugins
setenv -g TMUX_PLUGIN_MANAGER_PATH "$XDG_CONFIG_HOME/tmux/plugins/"