tmux: Add binding to synchronize panes
Synchronize the panes in the current window with `<prefix>S`.
This commit is contained in:
@@ -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/"
|
||||
|
||||
|
||||
Reference in New Issue
Block a user