Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
5 changes: 5 additions & 0 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -105,6 +105,11 @@ Example: Mapping Control M.
let vim_markdown_preview_hotkey='<C-m>'
```

Alternatively, you can map a custom command to start the preview. Example:
```vim
nmap <silent> <leader>mp :call Vim_Markdown_Preview()<CR>
```

<a name='browser'></a>
### The `vim_markdown_preview_browser` option

Expand Down