跳到主内容

vim 插件快速插入剪贴板中的图片

vim plugin to insert clipboard image

  • Inspired by the markclip plugin for atom editor. Just copy and paste, saving images got so easy.
  • vim plugin
  • written in python
  • linux only

安装

可以使用 vundle

Plugin 'wenliang/clipboard2image'

使用

  1. 右键在浏览器中选择图片, copy image
  2. vim 中按 F2, 就会把图片自动保存到https://imageclipped.s3-us-west-1.amazonaws.com/ 目录中
  3. 并且在vim 中插入 ![](figure/xxxxx.png)

我一般用来做读书笔记. 截屏也可以复制保存.