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
When PTY gets closed, print close-reason (exit code / signal name)
The user should still be able to use shortcuts or vi-like normal mode when that happend.
But a special input binding would then close the session (maybe defaulting to ESC?)
Action name for input bindings could be DestroySession as a generally applicable action to destroy sessions, which is particularily interesting for future work, where we want to support more than one session (tabs, splits)
The text was updated successfully, but these errors were encountered:
When PTY gets closed, print close-reason (exit code / signal name)
The user should still be able to use shortcuts or vi-like normal mode when that happend.
But a special input binding would then close the session (maybe defaulting to
ESC
?)Action name for input bindings could be
DestroySession
as a generally applicable action to destroy sessions, which is particularily interesting for future work, where we want to support more than one session (tabs, splits)The text was updated successfully, but these errors were encountered: