tmux usage functionality tweaks

This commit is contained in:
Mathias Schneider
2026-09-02 11:57:04 +02:00
parent 0db4be6796
commit 6ceb170b89
+7
View File
@@ -29,6 +29,13 @@ bind j select-pane -D
bind k select-pane -U bind k select-pane -U
bind l select-pane -R 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 ──────────────────────────────────────────────────────────────────── # ── Plugins ────────────────────────────────────────────────────────────────────