Fix nested session prefix handling

This commit is contained in:
Daniel McKnight 2025-03-06 20:36:24 -08:00
parent 49ab6546f0
commit 20dd7ed6c5

View file

@ -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'"