comparison runtime/doc/index.txt @ 584:5953bf5509ec

updated for version 7.0166
author vimboss
date Sat, 10 Dec 2005 20:15:02 +0000
parents 27d1ec742f17
children d133e7c550d0
comparison
equal deleted inserted replaced
583:39ebe9e88854 584:5953bf5509ec
1 *index.txt* For Vim version 7.0aa. Last change: 2005 Nov 30 1 *index.txt* For Vim version 7.0aa. Last change: 2005 Dec 09
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *index* 6 *index*
757 window), otherwise like "z<CR>" 757 window), otherwise like "z<CR>"
758 |z-| z- redraw, cursor line at bottom of window, 758 |z-| z- redraw, cursor line at bottom of window,
759 cursor on first non-blank 759 cursor on first non-blank
760 |z.| z. redraw, cursor line to center of window, 760 |z.| z. redraw, cursor line to center of window,
761 cursor on first non-blank 761 cursor on first non-blank
762 |z=| z= make spelling suggestions
762 |zA| zA open a closed fold or close an open fold 763 |zA| zA open a closed fold or close an open fold
763 recursively 764 recursively
764 |zC| zC close folds recursively 765 |zC| zC close folds recursively
765 |zD| zD delete folds recursively 766 |zD| zD delete folds recursively
766 |zE| zE eliminate all folds 767 |zE| zE eliminate all folds
767 |zF| zF create a fold for N lines 768 |zF| zF create a fold for N lines
768 |zG| zG mark word as good word 769 |zG| zG mark word as good spelled word
769 |zM| zM set 'foldlevel' to zero 770 |zM| zM set 'foldlevel' to zero
770 |zN| zN set 'foldenable' 771 |zN| zN set 'foldenable'
771 |zO| zO open folds recursively 772 |zO| zO open folds recursively
772 |zR| zR set 'foldlevel' to the deepest fold 773 |zR| zR set 'foldlevel' to the deepest fold
773 |zW| zW mark word as wrong (bad) word 774 |zW| zW mark word as wrong (bad) spelled word
774 |zX| zX re-apply 'foldlevel' 775 |zX| zX re-apply 'foldlevel'
775 |z^| z^ cursor on line N (default line above 776 |z^| z^ cursor on line N (default line above
776 window), otherwise like "z-" 777 window), otherwise like "z-"
777 |za| za open a closed fold, close an open fold 778 |za| za open a closed fold, close an open fold
778 |zb| zb redraw, cursor line at bottom of window 779 |zb| zb redraw, cursor line at bottom of window
780 |zd| zd delete a fold 781 |zd| zd delete a fold
781 |ze| ze when 'wrap' off scroll horizontally to 782 |ze| ze when 'wrap' off scroll horizontally to
782 position the cursor at the end (right side) 783 position the cursor at the end (right side)
783 of the screen 784 of the screen
784 |zf| zf{motion} create a fold for Nmove text 785 |zf| zf{motion} create a fold for Nmove text
785 |zg| zg mark word as good word 786 |zg| zg mark word as good spelled word
786 |zh| zh when 'wrap' off scroll screen N characters 787 |zh| zh when 'wrap' off scroll screen N characters
787 to the right 788 to the right
788 |zi| zi toggle 'foldenable' 789 |zi| zi toggle 'foldenable'
789 |zj| zj 1 move to the start of the next fold 790 |zj| zj 1 move to the start of the next fold
790 |zk| zk 1 move to the end of the previous fold 791 |zk| zk 1 move to the end of the previous fold
797 |zs| zs when 'wrap' off scroll horizontally to 798 |zs| zs when 'wrap' off scroll horizontally to
798 position the cursor at the start (left 799 position the cursor at the start (left
799 side) of the screen 800 side) of the screen
800 |zt| zt redraw, cursor line at top of window 801 |zt| zt redraw, cursor line at top of window
801 |zv| zv open enough folds to view the cursor line 802 |zv| zv open enough folds to view the cursor line
802 |zw| zw mark word as wrong (bad) word 803 |zw| zw mark word as wrong (bad) spelled word
803 |zx| zx re-apply 'foldlevel' and do "zv" 804 |zx| zx re-apply 'foldlevel' and do "zv"
804 |zz| zz redraw, cursor line at center of window 805 |zz| zz redraw, cursor line at center of window
805 |z<Left>| z<Left> same as "zh" 806 |z<Left>| z<Left> same as "zh"
806 |z<Right>| z<Right> same as "zl" 807 |z<Right>| z<Right> same as "zl"
807 808
1373 |:snomagic| :sno[magic] :substitute with 'nomagic' 1374 |:snomagic| :sno[magic] :substitute with 'nomagic'
1374 |:sort| :sor[t] sort lines 1375 |:sort| :sor[t] sort lines
1375 |:source| :so[urce] read Vim or Ex commands from a file 1376 |:source| :so[urce] read Vim or Ex commands from a file
1376 |:spelldump| :spelld[ump] split window and fill with all correct words 1377 |:spelldump| :spelld[ump] split window and fill with all correct words
1377 |:spellgood| :spe[llgood] add good word for spelling 1378 |:spellgood| :spe[llgood] add good word for spelling
1378 |:spellrepall| :spellr[epall] replace all bad words like last |z?| 1379 |:spellrepall| :spellr[epall] replace all bad words like last |z=|
1379 |:spellwrong| :spellw[rong] add spelling mistake 1380 |:spellwrong| :spellw[rong] add spelling mistake
1380 |:split| :sp[lit] split current window 1381 |:split| :sp[lit] split current window
1381 |:sprevious| :spr[evious] split window and go to previous file in the 1382 |:sprevious| :spr[evious] split window and go to previous file in the
1382 argument list 1383 argument list
1383 |:srewind| :sre[wind] split window and go to first file in the 1384 |:srewind| :sre[wind] split window and go to first file in the