So the tabbing is correct on the website itself, but when I paste it into the terminal, each line becomes tabbed further out than the previous one, and is horrendous to fix manually. How do you make it so that the alignment remains the same as it was when it was on the website (correct)?
Tell me more
×
Super User is a question and answer site for
computer enthusiasts and power users. It's 100% free, no registration required.
|
|
Try using You might want to consider |
|||
|
|
|
Vim is capable of pasting indented code from the clipboard without using the mouse. Example: Mark your text in firefox, open vim, then use " * ] p. See
|
|||
|
|