You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
The text was updated successfully, but these errors were encountered:
Cooksauce
changed the title
macOS: tabs respawn by themselves when closed via "exit" command
macOS: tabs respawn by themselves when closed via "exit"
Sep 20, 2024
This is related to window-save-state. We unfortunately don't have control over when macOS decides to save window state and sometimes previously closed windows return. We haven't figured out a way to make this perfect. For now, you can set window-save-state = never to fix this.
Details:
quit-after-last-window-closed = true
Rough Sequence of Events:
ls
(run some command)cmd+t
--> new tab opensls
exit
--> tab[1] closesexit
--> tab[0] closes --> ghostty closes (as configured)cmd+q
Feels like it could be related to #2273The text was updated successfully, but these errors were encountered: