/SublimeMarkdownShortcuts

A few useful SublimeText keyboard shortcuts when editing Markdown files.

Primary LanguagePythonMIT LicenseMIT

Sublime Text Markdown Shortcuts

A few useful Markdown keyboard shortcuts - largely taken from the MarkdownWriter plug-in.

Installation

Using Git

cd to your Sublime Text 2 or 3 Packages directory, and run:

git clone https://github.com/jonlabelle/SublimeMarkdownShortcuts.git "MarkdownShortcuts"

Manual Download

  1. Download the zip to your Sublime Text 2 or 3 Packages directory.
  2. Rename the extracted directory from SublimeMarkdownShortcuts-master to MarkdownShortcuts.

Keyboard Shortcuts

All keyboard shortcuts are only enabled when editing Markdown files, or selections with a scope of text.html.markdown.

Text Formatting

Format Keyboard Shortcut
Bold text Super+Alt+B
Italic text Super+Alt+I
Deleted text Super+Alt+D

Headings

Format Keyboard Shortcut
Heading 2 Super+Alt+2
Heading 3 Super+Alt+3
Heading 4 Super+Alt+4

Lists

Automatically continue lists (both ordered and unordered) by pressing Shift+Alt+Enter.

Format Keyboard Shortcut
Ordered Shift+Alt+Enter
Unordered Shift+Alt+Enter

Author

Jon LaBelle

License

MIT License