Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.agentastic.dev/llms.txt

Use this file to discover all available pages before exploring further.

Learning the keyboard shortcuts that matter most will noticeably speed up your workflow in Agentastic. This page lists every default shortcut organized by category, followed by instructions for customizing bindings to suit your preferences.

General

ActionShortcut
Quick OpenCmd+P
Command PaletteCmd+Shift+P
SettingsCmd+,
New FileCmd+N
OpenCmd+O
SaveCmd+S
Save AllCmd+Option+S

Quick Open modes

Quick Open (Cmd+P) supports several search modes depending on what you type first:
ModePrefixExample
File search(none)AppDelegate
Symbol search@@viewDidLoad
Go to line::42
File at linefilename:lineApp.swift:50
ActionShortcut
Go to LineCtrl+G
Go to SymbolCmd+Shift+O
Go BackCtrl+-
Go ForwardCtrl+Shift+-
Reveal in NavigatorCmd+Shift+J
Jump to SelectionCmd+J

Agents & worktrees

ActionShortcut
New WorktreeCmd+Shift+T
Next Agent/WorktreeCmd+Option+Down
Previous Agent/WorktreeCmd+Option+Up
ActionShortcut
Navigator Tab 1 (Files)Cmd+1
Navigator Tab 2 (Search)Cmd+2
Navigator Tab 3 (Source Control)Cmd+3
Navigator Tabs 4–9Cmd+4 through Cmd+9

Editing

ActionShortcut
CutCmd+X
CopyCmd+C
PasteCmd+V
UndoCmd+Z
RedoCmd+Shift+Z
Move Line UpOption+Up
Move Line DownOption+Down
Duplicate LineCmd+D
Delete LineCmd+Shift+K

Find & replace

ActionShortcut
FindCmd+F
Find and ReplaceCmd+Option+F
Find NextCmd+G
Find PreviousCmd+Shift+G
Find in ProjectCmd+Shift+F
Use Selection for FindCmd+E

View & panels

ActionShortcut
Toggle NavigatorCmd+0
Toggle InspectorCmd+Ctrl+I
Toggle Utility AreaCmd+J
Toggle ToolbarCmd+Option+T
Hide InterfaceCmd+Shift+H
Focus Editor/Utility Area`Ctrl+“
Zoom InCmd+=
Zoom OutCmd+-

Tabs

ActionShortcut
Next TabCmd+}
Previous TabCmd+{
Select Next TabCmd+Option+Right
Select Previous TabCmd+Option+Left
Close TabCmd+W
Close Other TabsCmd+Option+W
New Terminal TabCmd+T

Source control

ActionShortcut
Pull ChangesCmd+Option+X
Show DiffCmd+Shift+D

Code review

ActionShortcut
Run Code ReviewCmd+Shift+R

Tasks

ActionShortcut
Run TaskCmd+R
Stop TaskCmd+.

Editor

ActionShortcut
Toggle MinimapCmd+Ctrl+Shift+M

Customizing shortcuts

Open Settings > Keybindings to change any shortcut.

Adding a custom shortcut

1

Open Settings

Press Cmd+, to open Settings, then navigate to Keybindings.
2

Find the command

Scroll the list or use the search box to find the command you want to customize.
3

Set a new binding

Click on the current shortcut next to the command, then press your desired key combination.
4

Save

Click Save to apply the new binding.

Removing a shortcut

  1. Find the command in Keybindings
  2. Click the X next to its shortcut
  3. The command will have no shortcut assigned until you set one

Handling conflicts

If you assign a key combination that is already in use, a warning appears. You can:
  • Override the existing binding (the old command loses its shortcut)
  • Choose a different key combination instead

Tips

Learn the high-impact shortcuts first

A handful of shortcuts cover most of what you do day-to-day:
  • Cmd+P — Quick Open files without touching the mouse
  • Cmd+Shift+P — Command Palette for any action you cannot remember
  • Cmd+Option+Down / Cmd+Option+Up — Switch between running agents instantly

Use the Command Palette when you forget

Press Cmd+Shift+P, type what you want to do, and the matching shortcut appears next to each command. It is the fastest way to rediscover a shortcut you have not memorized yet.

Build muscle memory gradually

  • Navigate the file tree with Cmd+P instead of clicking
  • Switch editor tabs with Cmd+{ and Cmd+} instead of the mouse
  • Move lines with Option+Up / Option+Down instead of cut and paste
Focus on a few shortcuts per week until they become automatic, then add more.