From c5163cc424792669233e6e0c0a3a509cb0e8e4f6 Mon Sep 17 00:00:00 2001 From: yage Date: Thu, 20 Jul 2023 15:29:33 -0600 Subject: [PATCH] C-a is now omni-session prefix; C-b is inner-session prefix --- scwrypts/ssh/omni.tmux.conf | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/scwrypts/ssh/omni.tmux.conf b/scwrypts/ssh/omni.tmux.conf index 59c88d7..061bed0 100644 --- a/scwrypts/ssh/omni.tmux.conf +++ b/scwrypts/ssh/omni.tmux.conf @@ -38,6 +38,10 @@ bind-key -n M-Z resize-pane -Z bind-key -n M-w send-keys C-M-w +unbind-key C-b +bind-key C-b send-prefix +set-option -g prefix C-a + # force reload now bind-key -n M-R send-keys -t omni-manager ENTER