georgejdanforth / vim-clip

A neovim plugin to copy visual selections to the system clipboard on OSX

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

vim-clip

An extremely simple neovim plugin to copy visual selections to the system clipboard on OSX.

Installation

Using vim-plug add the following to your init.vim:

Plug 'georgejdanforth/vim-clip'

Then, run :PlugInstall, and :UpdateRemotePlugins.

Usage

Simply create a visual selection and execute the :Clip command.

About

A neovim plugin to copy visual selections to the system clipboard on OSX

License:MIT License


Languages

Language:Python 100.0%