I want to paste something I have cut from my desktop into a file open in Vi.
But if I paste the tabs embed on top of each other across the page.
I think it is some sort of visual mode change but can't find the command.
|
2
|
I want to paste something I have cut from my desktop into a file open in Vi. But if I paste the tabs embed on top of each other across the page. I think it is some sort of visual mode change but can't find the command. |
|||
|
|
|
|
If you're using plain vi:You probably have
I have in my
Note that these have to be the actual control characters - insert them using Ctrl-V Ctrl-P and so on. If you're using vim:Use the
You can also set a key to toggle the paste mode. My
|
|||
|
|
|
|
I found that if I copy tabbed lines first into a text editor and then recopy them from there to vim, then the tabs are correct. |
||
|
|
|
|
If you are using VIM, you can use "*p (i.e. double quotes, asterisk, letter p). |
||
|
|