Lines Matching refs:paste

845 	The 'autoindent' option is reset when the 'paste' option is set and
846 restored when 'paste' is reset.
1572 This option is not used when 'paste' is set.
1669 Firefox, paste it as raw HTML in Vim, select the HTML
1670 in Vim and paste it in a rich edit box in Firefox.
3056 This option is reset when the 'paste' option is set and restored when
3057 the 'paste' option is reset.
3592 formatting is to be done. See |fo-table|. When the 'paste' option is
3847 application wants to paste the selection, the highlighted text
4480 When 'paste' is set this option is not used for indenting.
4909 This option is not used when 'paste' is set.
5366 Note: When enabling the mouse in a terminal, copy/paste will use the
5414 middle click paste paste
5662 *'paste'* *'nopaste'*
5663 'paste' boolean (default off)
5666 some text from one window and paste it in Vim. This will avoid
5670 knows about pasting and will mostly do the right thing without 'paste'
5675 'paste' in the GUI has side effects: e.g., the Paste toolbar button
5677 When the 'paste' option is switched on (also when it was already on):
5697 NOTE: When you start editing another file while the 'paste' option is
5700 set the 'paste' option again.
5701 When the 'paste' option is reset the mentioned options are restored to
5702 the value before the moment 'paste' was switched from off to on.
5703 Resetting 'paste' before ever setting it does not have any effect.
5704 Since mapping doesn't work while 'paste' is active, you need to use
5705 the 'pastetoggle' option to toggle the 'paste' option with some key.
5710 When non-empty, specifies the key sequence that toggles the 'paste'
5714 The difference is that it will work even when 'paste' is set.
5718 when 'paste' is on mappings are ignored in Insert mode, thus you can do
5720 :map <F10> :set paste<CR>
5722 :imap <F10> <C-O>:set paste<CR>
5725 < This will make <F10> start paste mode and <F11> stop paste mode.
5726 Note that typing <F10> in paste mode inserts "<F10>", since in paste
6258 This option is reset when 'paste' is set and restored when 'paste' is
6323 This option is reset when 'paste' is set and restored when 'paste' is
6991 This option is reset when 'paste' is set and restored when 'paste' is
7111 This option is reset when 'paste' is set and restored when 'paste' is
7127 This option is reset when 'paste' is set and restored when 'paste' is
7142 'softtabstop' is set to 0 when the 'paste' option is set and restored
7143 when 'paste' is reset.
8040 'textwidth' is set to 0 when the 'paste' option is set and restored
8041 when 'paste' is reset.
8299 line for lines that wrap. This helps when using copy/paste with the
9131 This option is set to 0 when 'paste' is set and restored when 'paste'