Re: Question Ctrl+Shift+V

2013-03-27 Thread Hendrikus Godvliet
Gary  Thanks for your information. I am on Linux Mind and using Vim. You make me aware that i can paste with the mouse and it works.  Greating Hendrikus Op di, mrt 26, 2013 at 4:28 ,Gary Johnson garyj...@spocom.com schreef: On 2013-03-26, Hendrikus Godvliet wrote: I have a problem to get

Re: Question Ctrl+Shift+V

2013-03-27 Thread Hendrikus Godvliet
Other solutions are mentioned in the faq at: http://vimhelp.appspot.com/vim_faq.txt.html#faq-14.14 Thanks for this info, it make it clear why and how text will be inserted literally. Gr Hendrikus  Op di, mrt 26, 2013 at 4:42 ,Christian Brabandt cbli...@256bit.org schreef: On Tue, March 26,

Question Ctrl+Shift+V

2013-03-26 Thread Hendrikus Godvliet
I have a problem to get pasted copy in to Vim Please take a look to this two screenshots Gedit and Vim Vim make's a mash of the pasting code http://hendrikus-godvliet.appspot.com/chakras/30001 Plaese can someone help to make me clear how to corect past copy from outsite Vim into Vim.

Re: Question Ctrl+Shift+V

2013-03-26 Thread David Fishburn
On Tue, Mar 26, 2013 at 8:25 AM, Hendrikus Godvliet hendrikusgodvl...@gmail.com wrote: I have a problem to get pasted copy in to Vim Please take a look to this two screenshots Gedit and Vim Vim make's a mash of the pasting code http://hendrikus-godvliet.appspot.com/chakras/30001 You

Re: Question Ctrl+Shift+V

2013-03-26 Thread David Ohlemacher
I have this in my .vimrc: The first line sets a mapping so that pressing F2 in normal mode will invert the 'paste' option, and will then show the value of that option. The second line allows you to press F2 when in insert mode, to toggle 'paste' on and off. The third line enables displaying

Re: Question Ctrl+Shift+V

2013-03-26 Thread Bartłomiej Laskowski
:set paste i CTRL+SHIFT+v esc :set nopaste or... in normal mode +P :wq - Pozdrawiam Laskowski Bartłomiej www.twardy.org ha...@twardy.org +48 693 001 458 W dniu 26.03.2013 13:25, Hendrikus Godvliet pisze: I have a problem to get pasted copy in to Vim Please take a look to

Re: Question Ctrl+Shift+V

2013-03-26 Thread Gary Johnson
On 2013-03-26, Hendrikus Godvliet wrote: I have a problem to get pasted copy in to Vim Please take a look to this two screenshots Gedit and Vim Vim make's a mash of the pasting code http://hendrikus-godvliet.appspot.com/chakras/30001 Plaese can someone help to make me clear how to

Re: Question Ctrl+Shift+V

2013-03-26 Thread Christian Brabandt
On Tue, March 26, 2013 13:25, Hendrikus Godvliet wrote: I have a problem to get pasted copy in to Vim Please take a look to this two screenshots Gedit and Vim Vim make's a mash of the pasting code http://hendrikus-godvliet.appspot.com/chakras/30001 Plaese can someone help to make me clear

Re: Question Ctrl+Shift+V

2013-03-26 Thread Hendrikus Godvliet
David Thank this what i missed. And from now on I will rock, set paste to the Vim. Hendrikus 2013/3/26 David Fishburn dfishburn@gmail.com set paste -- -- You received this message from the vim_use maillist. Do not top-post! Type your reply below the text you are replying to. For more

Re: Question Ctrl+Shift+V

2013-03-26 Thread Marcin Szamotulski
On 20:46 Tue 26 Mar , Hendrikus Godvliet wrote: David Thank this what i missed. And from now on I will rock, set paste to the Vim. Hendrikus 2013/3/26 David Fishburn dfishburn@gmail.com set paste -- -- You received this message from the vim_use maillist. Do not