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 -