Home
last modified time | relevance | path

Searched refs:visual (Results 1 – 25 of 130) sorted by relevance

123456

/vim-8.2.3635/src/testdir/
H A Dtest_wordcount.vim69 " Visual map to capture wordcount() in visual mode
72 " Test 9: visual mode, complete buffer
76 " start visual mode and select the complete buffer
82 " Test 10: visual mode (empty)
85 " start visual mode and select the complete buffer
91 " Test 11: visual mode, single line
94 " start visual mode and select the complete buffer
H A Dtest_visual.vim88 " Test for visual block shift and tab characters.
333 " Extend visual area in opposite direction.
372 " Extend visual area in opposite direction.
425 " Extend visual area in opposite direction.
475 " Test for 'p'ut in visual block mode
623 " characterwise visual mode: replace last line
629 " characterwise visual mode: delete middle line
642 " characterwise visual mode: delete last line
654 " characterwise visual mode: use a count with the visual mode from the last
730 " Tests for the visual block mode commands
[all …]
H A Dtest_blockedit.vim42 " Test 3 Move 3 chars left (outside of the visual selection)
61 " Test 3 Move 3 chars left (to the beginning of the visual selection)
66 " Test 4 Move 3 chars left (outside of the visual selection)
71 " Test 5 Move 4 chars left (outside of the visual selection)
H A Dtest_textobjects.vim71 " make sure to end visual mode to have a clear state
396 " aw in visual mode
411 " aw in visual line mode switches to characterwise mode
468 " when used in visual mode, is made characterwise
519 " extend visual selection from one quote to the next
525 " try to extend visual selection from one quote to a non-existing quote
531 " try to extend visual selection from one quote to a next partial quote
537 " select a quote backwards in visual mode
543 " select a quote backwards in visual mode from outside the quote
H A Dtest_increment.vim599 " Tab code and linewise-visual inc/dec
612 " Tab code and linewise-visual inc/dec with 'nrformats'+=alpha
626 " Tab code and character-visual inc/dec
639 " Tab code and blockwise-visual inc/dec
652 " Tab code and blockwise-visual decrement with 'linebreak' and 'showbreak'
663 " Tab code and blockwise-visual increment with $
671 " Tab code and blockwise-visual increment and redo
683 " Tab code, spaces and character-visual increment and redo
691 " Tab code, spaces and blockwise-visual increment and redo
H A Dtest_termcodes.vim61 " Right click extends top left of visual area.
65 " Right click extends bottom right of visual area.
70 " Right click shrinks top left of visual area.
74 " Right click shrinks bottom right of visual area.
904 " Quadruple-click should start visual block select.
993 " blockwise visual mode.
1152 " Test for using mouse in visual mode
1173 " Pressing right click in visual mode should change the visual selection
1175 " Right click after the visual selection
1183 " Right click before the visual selection
[all …]
H A Dtest_selectmode.vim86 " CTRL-O in select mode switches to visual mode for one command
136 " Test for using visual mode maps in select mode
152 " reselect the select mode using gv from a visual mode map
232 " Quadruple-click should start visual block 'select'.
H A Dtest_ex_mode.vim13 \ .. "visual\<CR>", 'tx')
21 call feedkeys("visual\<CR>", 'tx')
124 " Test for :g/pat/visual to run vi commands in Ex mode
129 call feedkeys("Q\<bs>g/bar/visual\<CR>$rxQ$ryQvisual\<CR>j", "xt")
H A Dtest_gn.vim56 " using visual mode
159 " Without 'wrapscan', in visual mode, running gn without a match should fail
160 " but the visual mode should be kept.
H A Dtest_cursor_func.vim145 " Save the visual start character position
181 " Test for the visual start column
286 " Test for the visual start column
H A Dtest_mapping.vim919 " visual mode
922 " shouldn't leave the visual mode
927 " visual mapping in select mode
1015 " text object enters visual mode
1149 " Test for <Cmd> mapping in visual mode
1159 " can invoke an operator, ending the visual mode
1165 " error doesn't interrupt visual mode
1199 " visual mapping in select mode restarts select mode after operator
1211 " error doesn't interrupt temporary visual mode
1293 " Note when entering visual mode from InsertEnter autocmd, an async event,
/vim-8.2.3635/runtime/doc/
H A Dvisual.txt14 1. Using Visual mode |visual-use|
19 6. Repeating |visual-repeat|
20 7. Examples |visual-examples|
26 1. Using Visual mode *visual-use*
51 *visual-block*
61 *v* *characterwise-visual*
74 *V* *linewise-visual*
82 *CTRL-V* *blockwise-visual*
362 6. Repeating *visual-repeat*
377 7. Examples *visual-examples*
[all …]
H A Darabic.txt28 character has a different visual form based on its relative location
155 5. enable arabicshape mode (do visual character alterations)
256 To activate the required visual characters alterations (shaping,
319 In general, don't anticipate to see correct visual
322 characters). The problem noted is strictly a visual
H A Dtags5577 blockwise-visual visual.txt /*blockwise-visual*
7749 linewise-visual visual.txt /*linewise-visual*
10320 visual-block visual.txt /*visual-block*
10321 visual-change visual.txt /*visual-change*
10322 visual-examples visual.txt /*visual-examples*
10324 visual-mode visual.txt /*visual-mode*
10326 visual-repeat visual.txt /*visual-repeat*
10327 visual-search visual.txt /*visual-search*
10328 visual-start visual.txt /*visual-start*
10329 visual-use visual.txt /*visual-use*
[all …]
H A Dquickref.txt341 |v_d| {visual}d delete the highlighted text
345 |v_J| {visual}J join the highlighted lines
347 |v_gJ| {visual}gJ like "{visual}J", but without inserting spaces
373 |v_b_r| {visual}r{char}
379 |v_c| {visual}c change the highlighted text
391 |v_u| {visual}u make highlighted text lowercase
392 |v_U| {visual}U make highlighted text uppercase
427 |v_!| {visual}!{command}<CR>
434 |v_=| {visual}=
449 |visual-index| list of Visual mode commands.
[all …]
/vim-8.2.3635/runtime/ftplugin/
H A Docaml.vim228 " file (if any). If Vim is in visual mode, <mode> should be "visual" and the
235 " argument depending on the current mode (visual or not).
260 " - lists are handled, even on multiple lines, you don't need the visual mode
529 "In: the current mode (eg. "visual", "normal", etc.)
532 if a:mode == "visual"
569 "In: the current mode (eg. "visual", "normal", etc.)
590 "In: the current mode (eg. "visual", "normal", etc.)
638 xnoremap <silent> <Plug>OCamlPrintType :<C-U>call Ocaml_print_type("visual")<CR>`<
H A Dmf.vim33 function! s:move_around(count, what, flags, visual) argument
34 if a:visual
H A Dmp.vim42 function! s:move_around(count, what, flags, visual) argument
43 if a:visual
H A Dcontext.vim52 function! s:move_around(count, what, flags, visual) argument
53 if a:visual
/vim-8.2.3635/runtime/syntax/
H A Dtmux.vim90 \ user-keys visual-activity visual-bell visual-silence window-active-style
H A Dxpm.vim61 " now get color, first try 'c' key if any (color visual)
70 " finally try 'm' key (mono visual)
H A Dxpm2.vim68 " now get color, first try 'c' key if any (color visual)
77 " finally try 'm' key (mono visual)
/vim-8.2.3635/nsis/lang/
H A Dtradchinese.nsi274 "Right: popup menu, Left: visual mode (Default)"
278 "Right: extends selection, Left: visual mode (Unix)"
H A Denglish.nsi276 "Right: popup menu, Left: visual mode (Default)"
280 "Right: extends selection, Left: visual mode (Unix)"
H A Ddutch.nsi277 "Right: popup menu, Left: visual mode (Default)"
281 "Right: extends selection, Left: visual mode (Unix)"

123456