Vim EasyClip
EasyClip
This plugin remaps your your bindings for d
and c
so that the contents on which these operations are performed don't copy the deleted text to buffer. In other words, d
triggers _d
and c
triggers _c
so the contents go to the blackhole register.
If you actually want to keep the contents that you are deleting, the m
key is remapped to the default vim behavior.
Install with vim-plug
In your plug-config
and an entry for vim-easyclip
Add the following to it:
Add the following to your .vimrc
To learn more about why you would change default vim behavior and what all vim-easyclip is capable of doing checkout this page