How to keep original program format when copying to vim? -
How to keep original program format when copying to vim? -
this question has reply here:
turning off auto indent when pasting text vim 13 answersthere,
i found every-time when re-create piece of code eclipse vim, format totally screwed up, , indentation broken adding lots of tabs in vim. has clues how maintain original programme format when copying vim?
try enabling paste
mode:
set paste
vim
Comments
Post a Comment