On Wed, Mar 08, 2006 at 17:09:18 +0100, Jan de Groot wrote:
> On Wed, 2006-03-08 at 15:52 +0000, [EMAIL PROTECTED] wrote:
> > All,
> > 
> > I'm having a problem pasting from a windows notepad/wordpad to Vi in a SSH 
> > Term...
> > 
> > When I copy a couple rows from Notepad somehow it creates more tabs
> > adn continuing the "#" symbol...
> > 
> 
> Vim is trying to do auto-completion or indenting. You can disable this
> by typing ":set paste". This disables all automatic styling and inserts
> everything you enter without modification.

Many users map their F9 to toggle the paste/no paste behaviour. Add this
to your .vimrc:
set pastetoggle=<F9>
HTH,
        -tobbi

_______________________________________________
arch mailing list
[email protected]
http://www.archlinux.org/mailman/listinfo/arch

Reply via email to