How do I delete text without overwriting my yank register?
"_d
The "d command deletes text using the black hole register ("), which discards the deleted content instead of storing it.
"_d
The "d command deletes text using the black hole register ("), which discards the deleted content instead of storing it.
diw
The diw command deletes the inner word under the cursor.