bfredl / nvim-miniyank

killring-alike plugin for neovim and vim 8 with no default mappings

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

What is changing register type for?

trusktr opened this issue · comments

I don't understand why these are useful:

map <Leader>c <Plug>(miniyank-tochar)
map <Leader>l <Plug>(miniyank-toline)
map <Leader>b <Plug>(miniyank-toblock)

Can you explain more?