I often use visual block then inserting on multiple lines when for example commenting out a lot of code. This is great for inserting text in the same position on multiple lines but I can’t figure out how to delete this text later using visual block mode, Backspace, Del and d all don’t work. I am using MacVim.
I often use visual block then inserting on multiple lines when for example commenting
Share
You’re looking for x:
Then visual-block-select,
x:I use this frequently, for exactly the same reason — commenting and uncommenting large blocks of code.