I don’t like automatic copy the deleted text when delete in Vim, how to disable it?
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
Not sure there is a way to disable it, but there is a black hole register called ‘_’, which swallows everything, and gives nothing back.
You use it by prepending “_ to the command, so “_dd would send the current line to the blackhole.