You can change the yank buffer with "<character>. The black hole buffer _, so the command you want will be "_d, etc. Please note that this is for deletion (yank, etc.).
You can create a simple shortcut in .vimrcthat does this using Delthe default.
nnoremap <Del> "_x
source
share