Home
last modified time | relevance | path

Searched refs:backspace (Results 1 – 25 of 68) sorted by relevance

123

/vim-8.2.3635/src/testdir/
H A Dtest_backspace_opt.vim4 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 Dtest_tab.vim8 " 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 Dtest_join.vim266 set backspace=eol,start
298 set backspace&vim
383 set backspace=eol,start
H A Dtest_textformat.vim941 " 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 Dtest_vartabs.vim404 set backspace=indent,eol,start
417 set backspace&
H A Dtest_edit.vim54 " 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 Dtest_virtualedit.vim380 set backspace=indent,eol,start
387 set backspace&
H A Dtest_ins_complete.vim744 " use 'ignorecase' and backspace to erase characters from the prefix string
747 set ignorecase backspace=2
753 set ignorecase& backspace&
H A Dgen_opt_test.vim66 \ 'backspace': [[0, 2, 3, '', 'eol', 'eol,start', 'indent,eol,nostop'], ['4', 'xxx']],
H A Dtest_autocmd.vim738 " 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 Dmswin.vim20 " 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 Devim.vim29 set backspace=2 " allow backspacing over everything in insert mode
H A Ddefaults.vim36 set backspace=indent,eol,start
/vim-8.2.3635/runtime/doc/
H A Dversion4.txt17 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 Dinsert.txt74 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 Drileft.txt85 how the 'backspace' option is set.
H A Dhebrew.txt104 the 'backspace' option is set.
H A Dft_ada.txt81 - backspace handling (|'backspace'|)
H A Dusr_90.txt354 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 Dvi_diff.txt680 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 Dusr_05.txt182 set backspace=indent,eol,start
187 character before where Insert mode started. See 'backspace'.
H A Dpattern.txt88 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 Dctrlh.vim14 " Hide the CTRL-H (backspace)
H A Dtmux.vim70 \ backspace buffer-limit command-alias copy-command default-terminal editor
H A Dr.vim185 " New line, carriage return, tab, backspace, bell, feed, vertical tab, backslash

123