From d32cd36696dd4562aa36781b768c623ebe756366 Mon Sep 17 00:00:00 2001 From: Thomas Ulmer Date: Wed, 8 Jul 2026 10:01:13 -0700 Subject: tmux bind to change default dit --- config/tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/config/tmux.conf b/config/tmux.conf index 1cc4aad..7207b78 100644 --- a/config/tmux.conf +++ b/config/tmux.conf @@ -2,4 +2,5 @@ set-option -g prefix C-s bind C-s send-prefix unbind C-b bind C-t choose-tree "join-pane -t %%" +bind C-d attach-session -c '#{pane_current_path}' set -g status-right "%H:%M | #(tmubattery) | #{USER}@#(uname -n)" -- cgit v1.2.3