-
-
Notifications
You must be signed in to change notification settings - Fork 805
Description
Feature description
When I connect to a server or open a new session in Wave Terminal, I have to manually click inside the terminal widget before I can start typing. This adds friction, especially when frequently reconnecting or working keyboard-only.
Implementation Suggestion
After a new terminal/session/remote connection is created, automatically place keyboard focus in the terminal input area so I can start typing immediately, without needing a mouse click.
Optionally, add a setting to toggle this behavior (e.g., “Auto-focus terminal after session opens”).
Why this helps:
Improves keyboard-only workflows and accessibility.
Speeds up repetitive tasks when opening many sessions.
Matches behavior of many traditional terminal apps where new tabs/panes are focused and ready for input right away.
Anything else?
No response