Re: [Vim-latex-devel] Problems with templates
Brought to you by:
srinathava,
tmaas
From: Alessandro P. <ale...@la...> - 2012-12-28 14:08:43
|
2012/12/28 Ruthard Baudach <rut...@we...>: > use > :set paste > before pasting text > and > :set nopaste > to return to normal behaviour. You could also paste text from the system 'clipboard' using the '*' buffer (in command mode): "*p For more information see the vim help pages on *registers* [1] and *x11-selection* [2]. Alessandro [1] http://vimdoc.sourceforge.net/htmldoc/change.html#registers [2] http://vimdoc.sourceforge.net/htmldoc/gui_x11.html#x11-selection |