Use the black hole register when deleting an empty line
Closed this issue · 1 comments
VonHeikemen commented
Please.
So, deleting the whitespace of an empty line makes you "lose" the last yank. It would be better to use the "black hole register" so the order of the normal registers stays the same.
better-escape.nvim/lua/better_escape.lua
Line 69 in 2bee35e
Replacing 0D
with 0"_D
should do the trick.
max397574 commented
okay I will push that in two minutes