Skip to content

Commit

Permalink
Merge pull request revolunet#10 from ronjouch/master
Browse files Browse the repository at this point in the history
document the syntax to use to bind a user key
  • Loading branch information
Julien Bouquillon committed Apr 15, 2012
2 parents 56bc92a + 45de35e commit 6d392e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,8 @@ Just preview the current md file in your web browser.
**Usage :**

- use `cmd+shift+P` then `MarkdownPreview` to launch a preview
- or bind some key in your user key binding
- or bind some key in your user key binding, using a line like this one:
`{ "keys": ["alt+m"], "command": "markdown_preview", "args": {"target": "browser"} },`

**Uses :**

Expand Down

0 comments on commit 6d392e7

Please sign in to comment.