···4040bind -T copy-mode-vi i send-keys -X cancel
4141bind -T copy-mode-vi Escape send-keys -X cancel
42424343+# toggle synchronize-panes
4444+bind C-x setw synchronize-panes
4545+4346# open new panes in the same directory as the current pane
4447# (braces to appease the tmux tree-sitter parser)
4548bind % { split-window -h -c "#{pane_current_path}" }