i use arch btw
0
fork

Configure Feed

Select the types of activity you want to include in your feed.

Add synchronize-panes bind

+3
+3
tmux/.tmux.conf
··· 40 40 bind -T copy-mode-vi i send-keys -X cancel 41 41 bind -T copy-mode-vi Escape send-keys -X cancel 42 42 43 + # toggle synchronize-panes 44 + bind C-x setw synchronize-panes 45 + 43 46 # open new panes in the same directory as the current pane 44 47 # (braces to appease the tmux tree-sitter parser) 45 48 bind % { split-window -h -c "#{pane_current_path}" }