Skip to content

Keyboard Shortcuts

Navigate TurboDev efficiently.

General

KeyAction
EnterSend message / Confirm
TabSwitch between primary agents
EscapeCancel current action / Interrupt AI request

Model Selector

KeyAction
/ kPrevious page
/ jNext page
19Select model
Esc / q / cCancel

Agent Selector

KeyAction
19Select agent
EscCancel

Session Selector

KeyAction
19Select session to restore
EscCancel

Startup Session Prompt

KeyAction
yResume previous session
nStart a new empty session

Command Menu

KeyAction
/Open command menu
/ Navigate commands
EnterSelect command

@ Mention & File Referencing

Agent mention

Type @ followed by an agent name to invoke it directly:

@plan analyze the authentication flow

This sends your message to the specified agent regardless of which agent is currently active.

File & folder referencing

Type @ to open the reference selector, which lists all agents, files, and folders in your project:

@src/tools/read-file.ts explain what this does

How it works:

  1. Type @ in the input bar — the reference selector appears
  2. Type to filter (e.g. @src shows only paths under src/)
  3. Navigate with / and press Enter to select
  4. Continue typing your instruction after the reference
  5. Press Enter to send — the file content or folder listing is included as context for the AI
KeyAction
@Open reference selector
Type after @Filter files, folders, and agents
/ Navigate the list
EnterSelect reference
EscClose selector

References:

  • File (@src/App.tsx) — the full file content is included in the message
  • Folder (@docs/) — the file listing of the folder is included
  • Agent (@plan) — routes the message to that agent