Frequently, when pasting code into vim, i get lots of indentation spaces that really frustrate me.
I discovered that this vim issue can easily be handled by typing in the command mode in vim:
:set paste
Then going to insert mode and pasting the source code.
I discovered that this vim issue can easily be handled by typing in the command mode in vim:
:set paste
Then going to insert mode and pasting the source code.
No comments:
Post a Comment