~dricottone/vim-markdown-preview

ref: 906c7a8f843747878b8ec2da262a57218f1661c1 vim-markdown-preview/README.md -rw-r--r-- 615 bytes
906c7a8f — Jamshed Vesuna Initial commit 10 years ago
                                                                                
906c7a8f Jamshed Vesuna
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
Vim Markdown Preview
====================

Vim plugin for previewing markdown files in a browser.

Installation
============

1. With Pathogen: Place `vim-markdown-preview/` in `.vim/bundle/`

Usage
=====

* When the current buffer is *.markdown or *.md, Vim Markdown Preview maps `Ctrl-p` to open the buffer in the default system browser as html.
* Vim Markdown Preview creates a temporary file vim-markdown-preview.html in /tmp/ and removes it after opening it in a browser so nothing is left behind.
* Further, Vim Markdown Preview opens the browser in the background, which allows you to maintain focus on vim.