tmux.conf 225 B

12345
  1. # Default new panes and windows to be opened in the current panes path
  2. bind-key c new-window -c "#{pane_current_path}"
  3. bind-key % split-window -h -c "#{pane_current_path}"
  4. bind-key "\"" split-window -c "#{pane_current_path}"