Command center

Side panel power-user UI

The command center is Vim+’s side panel: a persistent surface for keys, commands, tabs, sessions, Reading List, and page actions — including when content scripts cannot run.

Open

Modes

ModePurpose
KeysBound keys for the current context
CmdsFull command catalog / quick actions
TabsOpen tabs — jump, close, organize
ClosedRecently closed / session restore
LaterChrome Reading List
PagePage-local actions

Header actions typically include Options, Wiki, Help, and Off for this site.

Why it exists

  1. chrome:// and restricted pages — content scripts are blocked; the side panel still works with a user gesture
  2. Discoverability — browse commands without memorizing maps
  3. Session power — tabs / closed / reading list without leaving the keyboard workflow

Site power toggle

Off for this site adds an exclusion for the current host so page keys pass through. Re-enable from Options → exclusions or by reversing the rule.

Relationship to palette

SurfaceBest for
: paletteFast named commands while reading a page
Side panelBrowse, multi-step, restricted URLs, tab/session work
OmnibarURLs, history, engines, AI

Permissions note

Side panel APIs require the sidePanel permission declared in the manifest. Opening the panel is always a user-driven action.