Skip to content

Commit

Permalink
Add better keybinding for synchronize-panes (#325)
Browse files Browse the repository at this point in the history
  • Loading branch information
topher200 authored Dec 9, 2024
1 parent 0da18da commit 6408280
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 @@ -67,7 +67,7 @@ bind-key S select-layout even-vertical
bind-key V select-layout even-horizontal

# turn on synchronize-panes
bind-key C-x setw synchronize-panes
bind-key S 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 6408280

Please sign in to comment.