Home
last modified time | relevance | path

Searched refs:paste (Results 1 – 25 of 127) sorted by relevance

123456

/vim-8.2.3635/runtime/autoload/
H A Dpaste.vim1 " Vim support file to help with paste mappings and menus
8 let paste#paste_cmd = {'n': ":call paste#Paste()<CR>"}
9 let paste#paste_cmd['v'] = '"-c<Esc>' . paste#paste_cmd['n']
10 let paste#paste_cmd['i'] = "\<c-\>\<c-o>\"+gP"
12 func! paste#Paste()
H A DREADME.txt10 paste.vim common code for mswin.vim, menu.vim and macmap.vim
H A Dtohtml.vim349 let s:old_paste = &paste
350 set paste
670 let &paste = s:old_paste
816 " others paste the <input> elements anyway.
/vim-8.2.3635/src/testdir/
H A Dtest_paste.vim1 " Tests for bracketed paste and other forms of pasting.
3 " Bracketed paste only works with "xterm". Not in GUI or Windows console.
82 " bracketed paste in command line
88 " bracketed paste in Ex-mode
160 call assert_true(&paste)
162 call assert_false(&paste)
171 " Test for restoring option values when 'paste' is disabled
182 " enabling 'paste' should reset the above options
183 set paste
200 " disabling 'paste' should restore the option values
H A Dtest_virtualedit.vim101 " paste (p) unnamed register at the beginning of a tab
107 " paste (P) unnamed register at the beginning of a tab
113 " paste (p) unnamed register at the end of a tab
119 " paste (P) unnamed register at the end of a tab
128 " paste (p) unnamed register at the beginning of a tab
140 " paste (p) unnamed register at the end of a tab
146 " paste (P) unnamed register at the end of a tab
168 " paste (gp) unnamed register at the end of a tab
175 " paste (gP) unnamed register at the end of a tab
185 " paste (gp) named register in the middle of a tab
[all …]
H A Dtest_smartindent.vim114 " When 'paste' is set, 'smartindent' should not take effect.
118 set paste
H A Dtest_lua.vim1061 lua vim.w.wvar2 = 'paste'
1062 call assert_equal('paste', w:wvar2)
1102 lua vim.b.bvar2 = 'paste'
1103 call assert_equal('paste', b:bvar2)
1143 lua vim.t.tvar2 = 'paste'
1144 call assert_equal('paste', t:tvar2)
/vim-8.2.3635/runtime/
H A Dmswin.vim46 " Uses the paste.vim autoload script.
47 " Use CTRL-G u to have CTRL-Z only undo the paste.
50 exe 'inoremap <script> <C-V> <C-G>u' . paste#paste_cmd['i']
51 exe 'vnoremap <script> <C-V> ' . paste#paste_cmd['v']
H A Dmacmap.vim56 execute 'vnoremap <script> <special> <D-v>' paste#paste_cmd['v']
57 execute 'inoremap <script> <special> <D-v>' paste#paste_cmd['i']
H A Dmenu.vim185 exe 'vnoremenu <script> &Edit.&Paste<Tab>"+gP ' . paste#paste_cmd['v']
186 exe 'inoremenu <script> &Edit.&Paste<Tab>"+gP ' . paste#paste_cmd['i']
941 exe 'vnoremenu <script> 1.40 PopUp.&Paste ' . paste#paste_cmd['v']
942 exe 'inoremenu <script> 1.40 PopUp.&Paste ' . paste#paste_cmd['i']
1087 exe 'vnoremenu <script> ToolBar.Paste ' . paste#paste_cmd['v']
1088 exe 'inoremenu <script> ToolBar.Paste ' . paste#paste_cmd['i']
/vim-8.2.3635/runtime/ftplugin/
H A Dchangelog.vim176 " Deal with 'paste' option.
177 let save_paste = &paste
178 let &paste = 1
222 " And reset 'paste' option
223 let &paste = save_paste
/vim-8.2.3635/runtime/doc/
H A Dterm.txt98 *xterm-bracketed-paste*
118 to disable bracketed paste.
144 " Enable bracketed paste mode, see :help xterm-bracketed-paste
390 t_BE enable bracketed paste mode *t_BE* *'t_BE'*
391 |xterm-bracketed-paste|
392 t_BD disable bracketed paste mode *t_BD* *'t_BD'*
393 |xterm-bracketed-paste|
522 t_PS start of bracketed paste |xterm-bracketed-paste|
523 t_PE end of bracketed paste |xterm-bracketed-paste| *t_PE* *'t_PE'*
816 In that case, here is how you copy and paste a piece of text:
[all …]
H A Dos_unix.txt37 'mouse' to "a". If there is access to an X-server gui style copy/paste will
39 If you then still want the xterm copy/paste with the mouse, press the shift
H A Dusr_09.txt152 Middle mouse click paste text from the clipboard
163 Middle mouse click paste text from the clipboard
185 using the default option settings). You can paste this selection in another
193 selected. After doing the paste in the other gvim, now select some characters
H A Dos_mac.txt79 The following mappings are available for cut/copy/paste from/to clipboard.
82 Command-v "*P "-d"*P <C-R>* paste text *<D-v>*
H A Dgui.txt280 also map a few keys to the MS-Windows cut/copy/paste commands. This is NOT
313 In any situation the middle mouse button may be clicked to paste the current
361 The middle mouse button can then paste the text. On non-X11 systems, you can
445 another application wants to paste the selected text. Then the text is put
451 Similarly, when you want to paste a selection from another application, e.g.,
467 register is the same as the "* register. Thus you can yank to and paste the
802 07 Paste paste text from clipboard
971 (the rhs is in <> notation, you can copy/paste this text to try out the
H A Dgui_w32.txt232 Windows has a clipboard, where you can copy text to, and paste text from. Vim
238 register is the same. Thus you can yank to and paste from the clipboard
259 Since CTRL-V is used to paste, you can't use it to start a blockwise Visual
H A Doptions.txt5414 middle click paste paste
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
7143 when 'paste' is reset.
8041 when 'paste' is reset.
[all …]
H A Dusr_04.txt275 saved. You can paste it back by using the "p" command. (The Vim name for
368 can paste the text in other programs. In Vim itself too.
370 If you have copied text to the clipboard in another application, you can paste
/vim-8.2.3635/runtime/tutor/
H A Dtutor.bg.utf-8836 ** Използвайте операторът y (yank), за да копирате текст и p (paste),
848 5. Натиснете p ,за да поставите (paste) текста. След това натиснете пак <ESC> .
900 4. Операторът y взима (yank) текст, а p го поставя (paste).
/vim-8.2.3635/src/libvterm/t/
H A D25state_input.test135 !Bracketed paste mode off
139 !Bracketed paste mode on
/vim-8.2.3635/READMEdir/
H A DContents10 help, rectangular cut/paste, etc., etc., etc...
/vim-8.2.3635/runtime/syntax/
H A Dtmux.vim71 \ escape-time exit-empty activity-action assume-paste-time base-index
108 \ neww next next-layout next-window nextl paste-buffer pasteb pipe-pane
H A Dscreen.vim180 \ paste
/vim-8.2.3635/src/libvterm/doc/
H A Dseqs.txt162 DECSM 2004 = Bracketed paste

123456