Context Menus
VS Code-style context menus provide quick access to relevant actions.
File Context Menu
Right-click on any file in the sidebar to access:
- Open - Open the file in the main editor
- Open to the Side - Open in a new tab/split view
- Open With... - Choose application to open with
- Reveal in Finder - Show file in system file manager
- Open in Integrated Terminal - Open terminal at file location
- Cut (
⌘X
) - Cut file for moving - Copy (
⌘C
) - Copy file for duplicating - Copy Path - Copy file path to clipboard
- Rename... - Rename the file
- Delete - Move file to trash
- Share - Share file options
Editor Context Menu
Right-click in the editor to access:
Edit Actions
- Cut (
⌘X
) - Cut selected text - Copy (
⌘C
) - Copy selected text - Paste (
⌘V
) - Paste from clipboard - Select All (
⌘A
) - Select all content
History
- Undo (
⌘Z
) - Undo last action - Redo (
⌘⇧Z
) - Redo last undone action
Search
- Find (
⌘F
) - Find text in document - Find and Replace (
⌘⌥F
) - Find and replace text
Commands Submenu
- Command Palette - Open command palette
- Insert Table - Insert markdown table
- Insert Code Block - Insert fenced code block
- Insert Link - Insert markdown link
- Insert Image - Insert image reference
Export
- Export as Markdown - Save as .md file
- Export as HTML - Convert to HTML
- Import File... - Import content from file