diff --git a/README.md b/README.md index 1923b23..8d87c4e 100644 --- a/README.md +++ b/README.md @@ -105,6 +105,11 @@ Example: Mapping Control M. let vim_markdown_preview_hotkey='' ``` +Alternatively, you can map a custom command to start the preview. Example: +```vim +nmap mp :call Vim_Markdown_Preview() +``` + ### The `vim_markdown_preview_browser` option