diff --git a/term/.config/tmux/tmux.conf b/term/.config/tmux/tmux.conf index 7be1299..139e72b 100644 --- a/term/.config/tmux/tmux.conf +++ b/term/.config/tmux/tmux.conf @@ -29,6 +29,13 @@ bind j select-pane -D bind k select-pane -U bind l select-pane -R +# Create panes with the same working directory +bind % split-window -h -c "#{pane_current_path}" +bind '"' split-window -v -c "#{pane_current_path}" + +# Kill panes without prompt +bind x kill-pane + # ── Plugins ────────────────────────────────────────────────────────────────────