From 20dd7ed6c58ddf7e3a606fe2c6aa463932745043 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Thu, 6 Mar 2025 20:36:24 -0800 Subject: [PATCH 1/2] Fix nested session prefix handling --- .tmux.conf | 1 + 1 file changed, 1 insertion(+) diff --git a/.tmux.conf b/.tmux.conf index 0fc14db..87099fd 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -3,6 +3,7 @@ # Custom Prefix set -g prefix C-space +bind-key C-space send-prefix # Shortcut to custom hints bind-key -n C-h run-shell "tmux popup -xC -yC -w50% -h75% 'cat ~/.tmux/hints'" From d4b36d99f3e0d478b47161b3832d2564b6b9b78c Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Thu, 6 Mar 2025 20:38:24 -0800 Subject: [PATCH 2/2] Update tmux hints --- .tmux/hints | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/.tmux/hints b/.tmux/hints index 3a1932e..18c0339 100644 --- a/.tmux/hints +++ b/.tmux/hints @@ -1,11 +1,12 @@ -Prefix + Prefix C-x Sync Panes C-R Reload tmux c New Console , Rename Console z Zoom Pane + : tmux Command -No Prefix + No Prefix C-S-> Next Console C-S-< Prev Console C-arrow Navigate Panes