greyblake / vim-preview

Vim plugin for previewing markup files(markdown,rdoc,textile,html)
GNU General Public License v2.0
209 stars 29 forks source link

Add a :VimPreview command #27

Open xuhdev opened 12 years ago

xuhdev commented 12 years ago

Add such a command would make it less possible to conflict with existing key maps. (<Leader>p is too simple) Users could map it to whatever if they want. For backward compatibility, I recommend to add a option to disable the default <Leader>p key mapping. By default, the key mapping is enabled.

greyblake commented 12 years ago

OK. Tnx for the suggestion. I've got an injury. Will fix it latter.