Skip to content

Setup Navigation

Jump directly to Setup pages using the :g command.

Usage

:g [page]

Examples

:g setup          # Setup home
:g users          # Users list
:g profiles       # Profiles list
:g objects        # Object Manager
:g apex           # Apex Classes

Available Pages

User Management

QueryPage
usersUsers list
profilesProfiles
permsetsPermission Sets
rolesRoles
queuesQueues
groupsPublic Groups

Development

QueryPage
apexApex Classes
triggersApex Triggers
vfVisualforce Pages
lwcLightning Components
flowsFlows

Objects

QueryPage
objectsObject Manager
fieldsFields & Relationships
layoutsPage Layouts
validationValidation Rules

Security

QueryPage
sharingSharing Settings
securitySecurity Controls
sessionSession Settings

Other

QueryPage
setupSetup Home
companyCompany Information
deployDeployment Status
jobsApex Jobs

Fuzzy Matching

Setup navigation supports fuzzy matching:

:g usr            # Matches "users"
:g prof           # Matches "profiles"
:g apx            # Matches "apex"

Tips

  • Queries are case-insensitive
  • Partial matches work (e.g., use matches users)
  • Most common Setup pages are indexed

Released under the MIT License.