deris / vim-operator-yank

Operator to yank text

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

operator-yank

This is plugin to yank text same as Vim default yank operator. But this depends on operator-user.

Requirements

operator-user

Usage

This plugin define no default key mappings.

So you need to define key mappings. Look at Settings.

Settings

You need map key to use this plugin.

This is example settings.

map y  <Plug>(operator-yank)
map Y  <Plug>(operator-yank)$

License

This plugin is distributed under MIT License.

About

Operator to yank text


Languages

Language:Vim Script 100.0%