/vim-operator-yank

Operator to yank text

Primary LanguageVimL

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.