diff --git a/terminus-terminal/src/persistence/tmux.ts b/terminus-terminal/src/persistence/tmux.ts index 181e85d6..56d36339 100644 --- a/terminus-terminal/src/persistence/tmux.ts +++ b/terminus-terminal/src/persistence/tmux.ts @@ -15,6 +15,7 @@ const TMUX_CONFIG = ` set -g set-titles-string "#W" set -g window-status-format '#I:#(pwd="#{pane_current_path}"; echo \${pwd####*/})#F' set -g window-status-current-format '#I:#(pwd="#{pane_current_path}"; echo \${pwd####*/})#F' + set-option -g prefix C-^ set-option -g status-interval 1 `