Skip to content

unicornrainbow/vim-image_paste

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

2 Commits
 
 
 
 
 
 

Repository files navigation

Requirements

Currently supports OS X. Windows and linux support planned.

On OS C, you must have the pngpaste command in your path.

Installation

Use Pathogen or Vundle to install and activate.

Usage

The following will save any image in the clipboard to /images, and include a markdown image link referencing it within the current document.

:call image_paste#PasteImage

You can map to a command that is more easy to type within your .vimrc as follows.

command! PasteImage :call image_paste#PasteImage()

License

This code is free to use under the terms of the MIT license.

Copyright (c) 2014 Blake Taylor

See LICENSE file for further details.

About

Image pasting for vim

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published