From e34b8c3e05aab8ec46dc7ce9bdc74e7a140c5bbc Mon Sep 17 00:00:00 2001 From: yage Date: Wed, 21 Feb 2024 00:54:47 -0700 Subject: [PATCH] merge the config changes together --- config/tmux.conf | 2 +- scwrypts/ssh/omni/tmux.conf | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) diff --git a/config/tmux.conf b/config/tmux.conf index 46c366e..2a146b2 100644 --- a/config/tmux.conf +++ b/config/tmux.conf @@ -92,7 +92,7 @@ bind-key -n M-M send-keys M-m bind-key -n M-w command-prompt -I "#W" "rename-window '%%'" bind-key -n C-M-w send-keys M-w -# toggle readonly session +# toggle [r]eadonly session bind-key -n M-r switch-client -r bind-key -n C-M-r send-keys M-r diff --git a/scwrypts/ssh/omni/tmux.conf b/scwrypts/ssh/omni/tmux.conf index 8cc610a..e11deb5 100644 --- a/scwrypts/ssh/omni/tmux.conf +++ b/scwrypts/ssh/omni/tmux.conf @@ -64,6 +64,7 @@ bind-key C-b send-prefix set-option -g prefix M-s bind-key M-s send-keys M-s +bind-key -n M-Q kill-session + # force reload now bind-key -n M-R send-keys -t omni-manager ENTER -