Windows and Tabs
# Windows and Tabs import DemoVideo from '@components/DemoVideo.astro'; import VideoEmbed from '@components/VideoEmbed.astro'; 1. [Tabs](/terminal/windows/tabs/) allow you to organize a window into multiple terminal sessions. 2. [Vertical Tabs](/terminal/windows/vertical-tabs/) replace the horizontal tab bar with a sidebar that shows rich metadata and drag-and-drop management for every tab and pane. 3. [Split Panes](/terminal/windows/split-panes/) allows you to divide a Tab into multiple rectangular _panes_, each of which is a unique terminal session. 4. [Tab Configs](/terminal/windows/tab-configs/) let you define reusable tab setups in a simple TOML file 5. [Global Hotkey](/terminal/windows/global-hotkey/) is a configurable shortcut that can show/hide a dedicated window or all windows on your chosen desktop regardless of whether the app is focused. 6. [Launch Configurations (Legacy)](/terminal/sessions/launch-configurations/) support saving a configuration of windows, tabs, and panes to open later. ## Tabs <VideoEmbed url="https://www.loom.com/share/84d15cc7eb5a4a668bb86be9e827f261?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true" title="Tabs Demo" /> ## Split Panes <VideoEmbed url="https://www.loom.com/share/c1104b51cab848a9bef6792ec4fd8421?hide_owner=true&hide_share=true&hide_title=true&hideEmbedTopBar=true" title="Split Panes Demo" /> ## Global Hotkey <DemoVideo src="/assets/terminal/Dedicated-Window.mp4" label="Global Hotkey - Dedicated Window Demo" /> <DemoVideo src="/assets/terminal/Show-Hide-All-Windows.mp4" label="Global Hotkey - Show/Hide All Windows Demo" />Manage Warp windows, tabs, vertical tabs, split panes, and tab configurations with global hotkeys and reusable layouts.
- Tabs allow you to organize a window into multiple terminal sessions.
- Vertical Tabs replace the horizontal tab bar with a sidebar that shows rich metadata and drag-and-drop management for every tab and pane.
- Split Panes allows you to divide a Tab into multiple rectangular panes, each of which is a unique terminal session.
- Tab Configs let you define reusable tab setups in a simple TOML file
- Global Hotkey is a configurable shortcut that can show/hide a dedicated window or all windows on your chosen desktop regardless of whether the app is focused.
- Launch Configurations (Legacy) support saving a configuration of windows, tabs, and panes to open later.