- Notifications
You must be signed in to change notification settings - Fork 629
Open
Labels
FEATUREFeature RequestsFeature Requests
Description
Pre-submit Checks
- I have searched Warp feature requests and there are no duplicates
- I have searched Warp docs and my feature is not there
Describe the solution you'd like?
Current Pain Point: Currently, the application defaults to a 50/50 split view whenever a file is opened. This automatically reorganizes the active terminal window, which disrupts existing layouts and forces the user to manually resize or move windows to regain their preferred workspace organization.
Proposed Solution:
Introduce a dropdown in the settings menu (e.g., Settings > Editor > Default Open Mode) with the following options:
- Split View (Current): Opens the file in a 50/50 split.
- Full Window: Opens the file in a new tab or replaces the current focus without splitting.
- Background: Opens the file in a tab without switching focus from the terminal.
- Last Used: Remembers the previous layout configuration.
Is your feature request related to a problem? Please describe.
Currently, the application enforces a mandatory 50/50 split view every time a file is opened. This behavior is problematic because:
- Layout Disruption: It automatically reorganizes and shrinks my active terminal windows, forcing me to manually resize them back to a usable state.
- Workflow Interruption: Instead of focusing on the code, I have to spend time "fixing" my UI layout every time I navigate to a new file.
- Lack of Flexibility: There is no way to open a file in a full-screen tab or a background tab without triggering this split-screen behavior.
Additional context
No response
Operating system (OS)
Windows
How important is this feature to you?
3
Warp Internal (ignore) - linear-label:39cc6478-1249-4ee7-950b-c428edfeecd1
Ignore
Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
FEATUREFeature RequestsFeature Requests