A few useful Markdown keyboard shortcuts - largely taken from the MarkdownWriter plug-in.
cd to your Sublime Text 2 or 3 Packages directory, and run:
git clone https://github.com/jonlabelle/SublimeMarkdownShortcuts.git "MarkdownShortcuts"
- Download the zip to your Sublime Text 2 or 3 Packages directory.
- Rename the extracted directory from
SublimeMarkdownShortcuts-master
toMarkdownShortcuts
.
All keyboard shortcuts are only enabled when editing Markdown files, or
selections with a scope of text.html.markdown
.
Format | Keyboard Shortcut |
---|---|
Bold text | Super+Alt+B |
Italic text | Super+Alt+I |
Deleted text | Super+Alt+D |
Format | Keyboard Shortcut |
---|---|
Heading 2 | Super+Alt+2 |
Heading 3 | Super+Alt+3 |
Heading 4 | Super+Alt+4 |
Automatically continue lists (both ordered and unordered) by pressing Shift+Alt+Enter.
Format | Keyboard Shortcut |
---|---|
Ordered | Shift+Alt+Enter |
Unordered | Shift+Alt+Enter |
Jon LaBelle