| /vim-8.2.3635/src/testdir/ |
| H A D | test_backspace_opt.vim | 4 set backspace= 6 set backspace=indent 8 set backspace=eol 10 set backspace=start 15 set backspace= 18 set backspace+=eol 40 set backspace=0 42 set backspace=1 44 set backspace=2 46 set backspace=3 [all …]
|
| H A D | test_tab.vim | 8 " make sure that backspace works, no matter what termcap is used 65 set sts=0 sw=0 backspace=start 88 set sts=0 sw=0 backspace& nosmarttab
|
| H A D | test_join.vim | 266 set backspace=eol,start 298 set backspace&vim 383 set backspace=eol,start
|
| H A D | test_textformat.vim | 941 " when a line ends with spaces and backspace is used in the next line, the 944 set backspace=indent,eol,start 948 set backspace& 960 " using backspace or "x" triggers reformat
|
| H A D | test_vartabs.vim | 404 set backspace=indent,eol,start 417 set backspace&
|
| H A D | test_edit.vim | 54 " 5.2) delete linebreak with backspace option w/out eol 373 " pressing backspace should restore the tab characters. 375 setlocal autoindent backspace=2 405 set backspace=2 autoindent 409 set backspace& autoindent& 1600 set backspace+=start 1609 set backspace&
|
| H A D | test_virtualedit.vim | 380 set backspace=indent,eol,start 387 set backspace&
|
| H A D | test_ins_complete.vim | 744 " use 'ignorecase' and backspace to erase characters from the prefix string 747 set ignorecase backspace=2 753 set ignorecase& backspace&
|
| H A D | gen_opt_test.vim | 66 \ 'backspace': [[0, 2, 3, '', 'eol', 'eol,start', 'indent,eol,nostop'], ['4', 'xxx']],
|
| H A D | test_autocmd.vim | 738 " 14: Setting option backspace through :let" 739 let g:options = [['backspace', '', '', '', 'eol,indent,start', 'global', 'set']] 744 " 15: Setting option backspace through setbufvar()" 1228 noa set backspace=1 " Reset global and local value (without triggering autocmd) 1229 let g:options = [['backspace', 'indent,eol', 'indent,eol', 'indent,eol', '2', 'global', 'set']] 1230 set backspace=2
|
| /vim-8.2.3635/runtime/ |
| H A D | mswin.vim | 20 " backspace and cursor keys wrap to previous/next line 21 set backspace=indent,eol,start whichwrap+=<,>,[,] 23 " backspace in Visual mode deletes selection 114 " but in console, it might be backspace, so don't map it there
|
| H A D | evim.vim | 29 set backspace=2 " allow backspacing over everything in insert mode
|
| H A D | defaults.vim | 36 set backspace=indent,eol,start
|
| /vim-8.2.3635/runtime/doc/ |
| H A D | version4.txt | 17 Backspace and Delete keys |backspace-delete| 82 Backspace and Delete keys *backspace-delete* 85 In 3.0 both the delete key and the backspace key worked as a backspace in 91 In 3.0 the backspace key was always defined as CTRL-H and delete as CTRL-?. 92 In 4.0 the code for the backspace and delete key is obtained from termcap or 97 If you prefer backspace and delete in Insert mode to have the old behavior, 113 When ^H is not recognized as <BS> or <Del>, it is used like a backspace.
|
| H A D | insert.txt | 74 the end of the line, and the 'backspace' option includes 85 'backspace' is not empty, delete all characters before the 272 The effect of the <BS>, CTRL-W, and CTRL-U depend on the 'backspace' option 281 When 'backspace' is empty, Vi compatible backspacing is used. You cannot 282 backspace over autoindent, before column 1 or before where insert started. 285 |'backspace'|. 287 If the 'backspace' option does contain "eol" and the cursor is in column 1 423 This redefines the backspace key to start a new undo sequence. You can now 424 undo the effect of the backspace key, without changing what you typed before 531 that you backspace over (the last one). [all …]
|
| H A D | rileft.txt | 85 how the 'backspace' option is set.
|
| H A D | hebrew.txt | 104 the 'backspace' option is set.
|
| H A D | ft_ada.txt | 81 - backspace handling (|'backspace'|)
|
| H A D | usr_90.txt | 354 The definition of what key sends what code is very unclear for backspace <BS> 361 In the first line you need to press CTRL-V and then hit the backspace key.
|
| H A D | vi_diff.txt | 680 The backspace key can be used just like CTRL-D to remove auto-indents. 682 You can backspace, CTRL-U and CTRL-W over line breaks if the 'backspace' (bs) 683 option includes "eol". You can backspace over the start of insert if the 684 'backspace' option includes "start".
|
| H A D | usr_05.txt | 182 set backspace=indent,eol,start 187 character before where Insert mode started. See 'backspace'.
|
| H A D | pattern.txt | 88 backspace, try using "stty erase <BS>" before starting 89 Vim (<BS> is CTRL-H or a real backspace). 1153 *[:backspace:]* [:backspace:] the <BS> character
|
| /vim-8.2.3635/runtime/syntax/ |
| H A D | ctrlh.vim | 14 " Hide the CTRL-H (backspace)
|
| H A D | tmux.vim | 70 \ backspace buffer-limit command-alias copy-command default-terminal editor
|
| H A D | r.vim | 185 " New line, carriage return, tab, backspace, bell, feed, vertical tab, backslash
|