From 20dd7ed6c58ddf7e3a606fe2c6aa463932745043 Mon Sep 17 00:00:00 2001 From: Daniel McKnight Date: Thu, 6 Mar 2025 20:36:24 -0800 Subject: [PATCH] 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'"