Keyboard Shortcuts

Speed up your workflow with ContextPin keyboard shortcuts.

Master these keyboard shortcuts to work faster in ContextPin.

General

Action Mac Windows/Linux
Quick Open ⌘P Ctrl+P
Settings ⌘, Ctrl+,
Toggle Sidebar ⌘B Ctrl+B
Save ⌘S Ctrl+S
Action Mac Windows/Linux
Search in Workspace ⌘⇧F Ctrl+Shift+F
Match Case ⌥⌘C Alt+Ctrl+C
Match Whole Word ⌥⌘W Alt+Ctrl+W
Action Mac Windows/Linux
Focus Contexts View ⌘⇧E Ctrl+Shift+E
Focus Repositories View ⌘⇧L Ctrl+Shift+L
Focus Search View ⌘⇧F Ctrl+Shift+F
Focus Warnings View ⌘⇧M Ctrl+Shift+M

Editor - Text Formatting

Action Mac Windows/Linux
Bold ⌘B Ctrl+B
Italic ⌘I Ctrl+I
Underline ⌘U Ctrl+U

Editor - Structure

Action Mac Windows/Linux
Undo ⌘Z Ctrl+Z
Redo ⌘⇧Z Ctrl+Shift+Z
Indent Tab Tab
Outdent ⇧Tab Shift+Tab

Markdown Syntax

Type these patterns to format content:

Format Syntax
Heading 1 # Heading
Heading 2 ## Heading
Heading 3 ### Heading
Bold **text**
Italic *text*
Strikethrough ~~text~~
Inline Code `code`
Bullet List - item
Numbered List 1. item
To-Do (unchecked) - [ ] task
To-Do (checked) - [x] task
Blockquote > quote
Code Block ```code```
Horizontal Rule ---

Next Steps