diff options
| author | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-07-08 10:01:13 -0700 |
|---|---|---|
| committer | Thomas Ulmer <thomasmulmer02@gmail.com> | 2026-07-08 10:01:13 -0700 |
| commit | d32cd36696dd4562aa36781b768c623ebe756366 (patch) | |
| tree | 6c1ea62f957bda2c92a169e167eda367b79144b4 /config/tmux.conf | |
| parent | 19bc81f77b82b70e27ad03aeb41de9a4e507bcce (diff) | |
Diffstat (limited to 'config/tmux.conf')
| -rw-r--r-- | config/tmux.conf | 1 |
1 files changed, 1 insertions, 0 deletions
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)" |
