An open API service indexing awesome lists of open source software.

https://github.com/benknoble/vimpbcopy

yank-to-clipboard operator for vim
https://github.com/benknoble/vimpbcopy

clipboard vim vim-plugin

Last synced: 7 days ago
JSON representation

yank-to-clipboard operator for vim

Awesome Lists containing this project

README

          

# vimpbcopy

[![This project is considered stable](https://img.shields.io/badge/status-stable-success.svg)](https://benknoble.github.io/status/stable/)

Yank text to the clipboard with ``!

## Usage

By default, `` is overridden in Normal and Visual mode to be a yank
operator. So `` will yank the lines of a paragraph to the clipboard.

You can configure the mapping: see `:help vimpbcopy-configuration`.