quick terminal and tmux don't play well together. #5223
Unanswered
yosefahab
asked this question in
Ideas and Issue Triage
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
Spawning a quick terminal and having
command = /opt/homebrew/bin/tmux new
in the config has an odd (perhaps unintentional?) behavior.Using
exit
(which should kill the corresponding tmux session) with quick terminal doesn't kill the session, instead acts as if the terminal was quit using command+q. This means that if quick terminal is spawned again, it creates a new tmux session.On the other hand, spawning and de-spawning quick terminal without using the keybinding correctly preserves the tmux session.
Platform: MacOS.
ghostty --version:
Beta Was this translation helpful? Give feedback.
All reactions