From 6ceb170b89638c1871f08e27f0b6111befc26d23 Mon Sep 17 00:00:00 2001 From: Mathias Schneider Date: Wed, 2 Sep 2026 11:57:04 +0200 Subject: [PATCH] tmux usage functionality tweaks --- term/.config/tmux/tmux.conf | 7 +++++++ 1 file changed, 7 insertions(+) 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 ────────────────────────────────────────────────────────────────────