Sunday, 9 July 2017

Disabling auto indent temporarily to pasteEdit



Sometimes you only need to paste some snippet of code, that already has indentation, so you can disable it only during the paste operation:

:set paste

then

:set nopaste

No comments:

Post a Comment