From e9ac65ffd562743bb0e5ac7599279f60c333ce9e Mon Sep 17 00:00:00 2001 From: goodhumored Date: Thu, 25 Jul 2024 00:33:05 +0300 Subject: [PATCH] send prefix nested --- .tmux.conf | 3 +++ 1 file changed, 3 insertions(+) diff --git a/.tmux.conf b/.tmux.conf index 957a535..c18c025 100644 --- a/.tmux.conf +++ b/.tmux.conf @@ -11,6 +11,9 @@ bind -n M-Right select-pane -R bind -n M-Up select-pane -U bind -n M-Down select-pane -D +# send prefix to nested session after ctrl a +bind-key -n C-a send-prefix + set -g mouse on set-window-option -g mode-keys vi