add sync panes in tmux

main
Rob Muhlestein 9 months ago
parent d8c6470272
commit 194449d0fb

@ -6,6 +6,9 @@ unbind C-b
unbind C-a
set -g prefix C-a
# turn pane sync on/off
bind -r y setw synchronize-panes
# reload configuration
bind -r r source-file ~/.tmux.conf

Loading…
Cancel
Save