Skip to content

Commit

Permalink
New bind for synchronize-panes (#255)
Browse files Browse the repository at this point in the history
  • Loading branch information
topher200 authored Feb 11, 2024
1 parent 276186c commit a1d79a8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion files/.tmux.conf
Original file line number Diff line number Diff line change
Expand Up @@ -65,7 +65,7 @@ bind-key S select-layout even-vertical
bind-key V select-layout even-horizontal

# turn on synchronize-panes
bind-key y setw synchronize-panes
bind-key C-x setw synchronize-panes

# select next pane with S-Tab. if we're maximized, stay maximized
bind-key -n BTab run-shell "if [[ `tmux list-panes -F '#F' | grep Z` ]]; then (tmux select-pane -t :.+ ; tmux resize-pane -Z); else tmux select-pane -t :.+; fi;"
Expand Down

0 comments on commit a1d79a8

Please sign in to comment.