From 1300de8ac1644c767dca77cd4f09cd9f80652f7f Mon Sep 17 00:00:00 2001 From: srdusr Date: Mon, 23 Oct 2023 17:41:18 +0200 Subject: Comment/documentation on Prefix(C-a) for nested tmux --- .config/tmux/tmux.conf | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to '.config/tmux/tmux.conf') diff --git a/.config/tmux/tmux.conf b/.config/tmux/tmux.conf index 6f48399..afe696d 100644 --- a/.config/tmux/tmux.conf +++ b/.config/tmux/tmux.conf @@ -16,7 +16,7 @@ set -g prefix C-s # Ensure that we can send Ctrl+s to other apps bind C-s send-prefix -# send the prefix to client inside window +# Send the prefix to client inside window (nested tmux) bind-key -n C-a send-prefix # Disable local tmux keys (nested tmux) -- cgit v1.2.3