comparison runtime/doc/index.txt @ 20753:661eb972cb22

Update runtime files Commit: https://github.com/vim/vim/commit/acc224064033e5cea21ef7f1eefb356ca06ff11d Author: Bram Moolenaar <Bram@vim.org> Date: Sun Jun 7 21:07:18 2020 +0200 Update runtime files
author Bram Moolenaar <Bram@vim.org>
date Sun, 07 Jun 2020 21:15:04 +0200
parents 74e3316c1d5a
children 22583b9d4efd
comparison
equal deleted inserted replaced
20752:47b5de84b7f7 20753:661eb972cb22
1 *index.txt* For Vim version 8.2. Last change: 2020 May 26 1 *index.txt* For Vim version 8.2. Last change: 2020 May 31
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *index* 6 *index*
83 insert the contents of a register literally 83 insert the contents of a register literally
84 and don't auto-indent 84 and don't auto-indent
85 |i_CTRL-R_CTRL-P| CTRL-R CTRL-P {register} 85 |i_CTRL-R_CTRL-P| CTRL-R CTRL-P {register}
86 insert the contents of a register literally 86 insert the contents of a register literally
87 and fix indent. 87 and fix indent.
88 CTRL-S (used for terminal control flow) 88 CTRL-S not used or used for terminal control flow
89 |i_CTRL-T| CTRL-T insert one shiftwidth of indent in current 89 |i_CTRL-T| CTRL-T insert one shiftwidth of indent in current
90 line 90 line
91 |i_CTRL-U| CTRL-U delete all entered characters in the current 91 |i_CTRL-U| CTRL-U delete all entered characters in the current
92 line 92 line
93 |i_CTRL-V| CTRL-V {char} insert next non-digit literally 93 |i_CTRL-V| CTRL-V {char} insert next non-digit literally
218 |<CR>| <CR> 1 cursor to the first CHAR N lines lower 218 |<CR>| <CR> 1 cursor to the first CHAR N lines lower
219 |CTRL-M| CTRL-M 1 same as <CR> 219 |CTRL-M| CTRL-M 1 same as <CR>
220 |CTRL-N| CTRL-N 1 same as "j" 220 |CTRL-N| CTRL-N 1 same as "j"
221 |CTRL-O| CTRL-O 1 go to N older entry in jump list 221 |CTRL-O| CTRL-O 1 go to N older entry in jump list
222 |CTRL-P| CTRL-P 1 same as "k" 222 |CTRL-P| CTRL-P 1 same as "k"
223 CTRL-Q (used for terminal control flow) 223 CTRL-Q not used, or used for terminal control flow
224 |CTRL-R| CTRL-R 2 redo changes which were undone with 'u' 224 |CTRL-R| CTRL-R 2 redo changes which were undone with 'u'
225 CTRL-S (used for terminal control flow) 225 CTRL-S not used, or used for terminal control flow
226 |CTRL-T| CTRL-T jump to N older Tag in tag list 226 |CTRL-T| CTRL-T jump to N older Tag in tag list
227 |CTRL-U| CTRL-U scroll N lines Upwards (default: half a 227 |CTRL-U| CTRL-U scroll N lines Upwards (default: half a
228 screen) 228 screen)
229 |CTRL-V| CTRL-V start blockwise Visual mode 229 |CTRL-V| CTRL-V start blockwise Visual mode
230 |CTRL-W| CTRL-W {char} window commands, see |CTRL-W| 230 |CTRL-W| CTRL-W {char} window commands, see |CTRL-W|
826 recursively 826 recursively
827 |zC| zC close folds recursively 827 |zC| zC close folds recursively
828 |zD| zD delete folds recursively 828 |zD| zD delete folds recursively
829 |zE| zE eliminate all folds 829 |zE| zE eliminate all folds
830 |zF| zF create a fold for N lines 830 |zF| zF create a fold for N lines
831 |zG| zG temporarily mark word as good spelled word 831 |zG| zG temporarily mark word as correctly spelled
832 |zH| zH when 'wrap' off scroll half a screenwidth 832 |zH| zH when 'wrap' off scroll half a screenwidth
833 to the right 833 to the right
834 |zL| zL when 'wrap' off scroll half a screenwidth 834 |zL| zL when 'wrap' off scroll half a screenwidth
835 to the left 835 to the left
836 |zM| zM set 'foldlevel' to zero 836 |zM| zM set 'foldlevel' to zero
837 |zN| zN set 'foldenable' 837 |zN| zN set 'foldenable'
838 |zO| zO open folds recursively 838 |zO| zO open folds recursively
839 |zR| zR set 'foldlevel' to the deepest fold 839 |zR| zR set 'foldlevel' to the deepest fold
840 |zW| zW temporarily mark word as bad spelled word 840 |zW| zW temporarily mark word as incorrectly spelled
841 |zX| zX re-apply 'foldlevel' 841 |zX| zX re-apply 'foldlevel'
842 |z^| z^ cursor on line N (default line above 842 |z^| z^ cursor on line N (default line above
843 window), otherwise like "z-" 843 window), otherwise like "z-"
844 |za| za open a closed fold, close an open fold 844 |za| za open a closed fold, close an open fold
845 |zb| zb redraw, cursor line at bottom of window 845 |zb| zb redraw, cursor line at bottom of window
847 |zd| zd delete a fold 847 |zd| zd delete a fold
848 |ze| ze when 'wrap' off scroll horizontally to 848 |ze| ze when 'wrap' off scroll horizontally to
849 position the cursor at the end (right side) 849 position the cursor at the end (right side)
850 of the screen 850 of the screen
851 |zf| zf{motion} create a fold for Nmove text 851 |zf| zf{motion} create a fold for Nmove text
852 |zg| zg permanently mark word as good spelled word 852 |zg| zg permanently mark word as correctly spelled
853 |zh| zh when 'wrap' off scroll screen N characters 853 |zh| zh when 'wrap' off scroll screen N characters
854 to the right 854 to the right
855 |zi| zi toggle 'foldenable' 855 |zi| zi toggle 'foldenable'
856 |zj| zj 1 move to the start of the next fold 856 |zj| zj 1 move to the start of the next fold
857 |zk| zk 1 move to the end of the previous fold 857 |zk| zk 1 move to the end of the previous fold
868 |zuw| zuw undo |zw| 868 |zuw| zuw undo |zw|
869 |zug| zug undo |zg| 869 |zug| zug undo |zg|
870 |zuW| zuW undo |zW| 870 |zuW| zuW undo |zW|
871 |zuG| zuG undo |zG| 871 |zuG| zuG undo |zG|
872 |zv| zv open enough folds to view the cursor line 872 |zv| zv open enough folds to view the cursor line
873 |zw| zw permanently mark word as bad spelled word 873 |zw| zw permanently mark word as incorrectly spelled
874 |zx| zx re-apply 'foldlevel' and do "zv" 874 |zx| zx re-apply 'foldlevel' and do "zv"
875 |zz| zz redraw, cursor line at center of window 875 |zz| zz redraw, cursor line at center of window
876 |z<Left>| z<Left> same as "zh" 876 |z<Left>| z<Left> same as "zh"
877 |z<Right>| z<Right> same as "zl" 877 |z<Right>| z<Right> same as "zl"
878 878
1054 under the cursor as if typed 1054 under the cursor as if typed
1055 |c_CTRL-R_CTRL-R| CTRL-R CTRL-R {regname} 1055 |c_CTRL-R_CTRL-R| CTRL-R CTRL-R {regname}
1056 |c_CTRL-R_CTRL-O| CTRL-R CTRL-O {regname} 1056 |c_CTRL-R_CTRL-O| CTRL-R CTRL-O {regname}
1057 insert the contents of a register or object 1057 insert the contents of a register or object
1058 under the cursor literally 1058 under the cursor literally
1059 CTRL-S (used for terminal control flow) 1059 CTRL-S not used, or used for terminal control flow
1060 |c_CTRL-T| CTRL-T previous match when 'incsearch' is active 1060 |c_CTRL-T| CTRL-T previous match when 'incsearch' is active
1061 |c_CTRL-U| CTRL-U remove all characters 1061 |c_CTRL-U| CTRL-U remove all characters
1062 |c_CTRL-V| CTRL-V insert next non-digit literally, insert three 1062 |c_CTRL-V| CTRL-V insert next non-digit literally, insert three
1063 digit decimal number as a single byte. 1063 digit decimal number as a single byte.
1064 |c_CTRL-W| CTRL-W delete the word in front of the cursor 1064 |c_CTRL-W| CTRL-W delete the word in front of the cursor