svermeulen / vim-easyclip

Simplified clipboard functionality for Vim
689 stars 21 forks source link

Bind mappings for each buffer #110

Closed eloytoro closed 6 years ago

eloytoro commented 6 years ago

This would make it so plugins that set their own mappings in buffers shouldn't conflict with easyclip mappings.

One example is NERDTree that uses the m key in it's buffer.

svermeulen commented 6 years ago

Thanks. Sounds good.

I just had to make one minor change to force the autoload files to still load during init, to allow directly using the <plug> mappings from vimrc.

svermeulen commented 6 years ago

Oh also, I'm pretty sure this breaks #103 . But I still haven't upgraded to neovim so can't test that yet