First Steps
Open a Project
Launch Ultra in any directory to start editing:
# Open current directory
ultra .
# Open a specific folder
ultra ~/projects/my-app
# Open a specific file
ultra src/index.ts
Essential Commands
Ultra uses familiar keyboard shortcuts. Here are the essentials:
Ctrl+Shift+P
Command Palette β search and run any command
Ctrl+P
Quick Open β fuzzy find files in your project
Ctrl+B
Toggle Sidebar β show/hide file explorer
Ctrl+`
Integrated Terminal β open shell in editor
Ctrl+Shift+G
Git Panel β stage, commit, view diffs
Ctrl+Shift+A
AI Chat β open Claude/Codex assistant
Navigation
Ctrl+G
Go to Line β jump to specific line number
Ctrl+R
Go to Symbol β find functions/classes in file
Ctrl+Shift+R
Workspace Symbols β find across project
Ctrl+\
Split Pane β divide editor vertically