Most time when I copy or delete some code in Vim use yy or dd, I also got the indent spaces. Is there a quick command that I can yank a line without leading or trailing spaces?
|
feedback
|
|
I'm not a wizard, but:
works for me. You can always make an alias. EDIT: here's a better one that doesn't rely on visual mode.
| |||
|
feedback
|
|
There's another way to solve your implied problem. After you yank line(s) into the buffer, you can then paste them using the appropriate indent using | |||
|
feedback
|