Re: Pasting text without indentation

2011-01-17 Thread Kevin R. Bulgrien
+p This puts from the '+' register, which is the system clipboard. The p command doesn't, at least by default, reindent. This sounds superior to using :paste as is what I have done to avoid indentation. Will have to try it out. Say I copy some text from a browser. Normally I hit

RE: Pasting text without indentation

2011-01-17 Thread John Beckett
Kevin R. Bulgrien wrote: +p This sounds superior to using :paste as is what I have done to avoid indentation. Will have to try it out. Using +p requires that :version shows +clipboard (Vim compiled with that feature). If you have -clipboard, see the following tip (which shows the correct

Re: Pasting text without indentation

2011-01-15 Thread Christian Brabandt
Hi jayeola! On Fr, 14 Jan 2011, jaye...@gmail.com wrote: Say I copy some text from a browser. Normally I hit ctrl+v to paste it. Works but all of the text is indented like this:- See Section 14.14 on the FAQ: http://vimhelp.appspot.com/vim_faq.txt.html#faq-14.14 regards, Christian -- --

Re: Pasting text without indentation

2011-01-15 Thread Jeremy
I use: +p This puts from the '+' register, which is the system clipboard. The p command doesn't, at least by default, reindent. On Jan 14, 7:26 am, jaye...@gmail.com wrote: Say I copy some text from a browser. Normally I hit ctrl+v to paste it. Works but all of the text is indented like

Pasting text without indentation

2011-01-14 Thread jayeola
Say I copy some text from a browser. Normally I hit ctrl+v to paste it. Works but all of the text is indented like this:- Blah Something More text. Blah-de-la-blah How to avoid this? /dev/BlackBerry -- You received this message from the vim_use maillist. Do not top-post!

Re: Pasting text without indentation

2011-01-14 Thread Reid Thompson
On Fri, 2011-01-14 at 12:26 +, jaye...@gmail.com wrote: Say I copy some text from a browser. Normally I hit ctrl+v to paste it. Works but all of the text is indented like this:- Blah Something More text.

Re: Pasting text without indentation

2011-01-14 Thread Chris Jones
On Fri, Jan 14, 2011 at 09:46:15AM EST, Reid Thompson wrote: On Fri, 2011-01-14 at 12:26 +, jaye...@gmail.com wrote: Say I copy some text from a browser. Normally I hit ctrl+v to paste it. Works but all of the text is indented like this:- Blah Something More text.