diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 44a9cd5..1ec4deb 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -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 `S` +bind S set -w synchronize-panes + # Change installation location of plugins setenv -g TMUX_PLUGIN_MANAGER_PATH "$XDG_CONFIG_HOME/tmux/plugins/"