Keyboard Shortcuts

Keyboard Shortcuts

SubFrame provides keyboard shortcuts for fast navigation and terminal management. Press Ctrl+? (Ctrl+Shift+/) at any time to open the in-app shortcuts overlay.

All shortcuts use Ctrl on Windows/Linux and Cmd (⌘) on macOS unless noted otherwise.

General

ShortcutmacOSAction
Ctrl+,⌘+,Open Settings
Ctrl+?⌘+?Open keyboard shortcuts help
EscapeEscapeClose overlay / navigate back in full-view
ShortcutmacOSAction
Ctrl+B⌘+BToggle sidebar (show/hide)
Ctrl+E⌘+EFocus project list in sidebar
Ctrl+Shift+E⌘+Shift+EFocus file tree in sidebar

Terminal

ShortcutmacOSAction
Ctrl+Shift+T⌘+Shift+TCreate new terminal
Ctrl+Shift+W⌘+Shift+WClose current terminal
Ctrl+Tab⌘+TabSwitch to next terminal
Ctrl+Shift+Tab⌘+Shift+TabSwitch to previous terminal
Ctrl+1 through Ctrl+9⌘+1 through ⌘+9Jump to terminal by position
Ctrl+Shift+G⌘+Shift+GToggle grid/tabs view
Ctrl+C⌘+CCopy selected text (when text is selected)
Ctrl+V⌘+VPaste from clipboard

Double-click to rename

Double-click any terminal tab to rename it. Press Enter to confirm or Escape to cancel.

Panels

ShortcutmacOSAction
Ctrl+Shift+S⌘+Shift+SToggle Sub-Tasks panel
Ctrl+Shift+A⌘+Shift+AToggle Agent Activity panel
Ctrl+Shift+P⌘+Shift+PToggle Plugins panel
Ctrl+Shift+H⌘+Shift+HToggle History panel
Ctrl+Shift+G⌘+Shift+GToggle GitHub panel

Shared shortcut

Ctrl+Shift+G is mapped to both the grid view toggle and the GitHub panel. The grid view toggle takes priority when a terminal is active.

ShortcutmacOSAction
Ctrl+Shift+[⌘+Shift+[Switch to previous project
Ctrl+Shift+]⌘+Shift+]Switch to next project

Full-View Overlays

ShortcutmacOSAction
Ctrl+Shift+O⌘+Shift+OToggle project overview (full-view)
Ctrl+Shift+K⌘+Shift+KToggle Sub-Tasks full-view
EscapeEscapeClose full-view or navigate back to overview

Editor

These shortcuts are available when the file editor is open.

ShortcutmacOSAction
Ctrl+S⌘+SSave file
F11F11Toggle editor fullscreen

File Tree

When the file tree panel is focused, use these keys to navigate:

KeyAction
Arrow Up / Arrow DownMove focus between files
Arrow RightExpand focused directory
Arrow LeftCollapse focused directory
EnterOpen focused file in editor

Tips

  • The in-app shortcuts overlay (Ctrl+?) provides a quick visual reference without leaving your workflow.
  • Tooltips on toolbar buttons show their keyboard shortcuts -- hover over any button to discover its shortcut.
  • Terminal tabs can be reordered and renamed via the right-click context menu.
  • Mouse back button navigates back in full-view overlays, matching the Escape behavior.