comparison runtime/doc/index.txt @ 1118:2b8ff9e3c520

updated for version 7.1a
author vimboss
date Sat, 05 May 2007 17:10:09 +0000
parents 4bac29d27e2f
children 2de44d8f2cf1
comparison
equal deleted inserted replaced
1117:a13e4b242735 1118:2b8ff9e3c520
1 *index.txt* For Vim version 7.0. Last change: 2006 Apr 30 1 *index.txt* For Vim version 7.1a. Last change: 2007 May 05
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 *index* 6 *index*
622 |[f| [f same as "gf" 622 |[f| [f same as "gf"
623 |[i| [i show first line found in current and 623 |[i| [i show first line found in current and
624 included files that contains the word under 624 included files that contains the word under
625 the cursor, start searching at beginning of 625 the cursor, start searching at beginning of
626 current file 626 current file
627 |[p| [p 2 like "P", but adjust indent to current line
628 |[m| [m 1 cursor N times back to start of member 627 |[m| [m 1 cursor N times back to start of member
629 function 628 function
629 |[p| [p 2 like "P", but adjust indent to current line
630 |[s| [s 1 move to the previous misspelled word
630 |[z| [z 1 move to start of open fold 631 |[z| [z 1 move to start of open fold
631 |[{| [{ 1 cursor N times back to unmatched '{' 632 |[{| [{ 1 cursor N times back to unmatched '{'
632 |[<MiddleMouse> [<MiddleMouse> 2 same as "[p" 633 |[<MiddleMouse> [<MiddleMouse> 2 same as "[p"
633 634
634 |]_CTRL-D| ] CTRL-D jump to first #define found in current and 635 |]_CTRL-D| ] CTRL-D jump to first #define found in current and
661 |]f| ]f same as "gf" 662 |]f| ]f same as "gf"
662 |]i| ]i show first line found in current and 663 |]i| ]i show first line found in current and
663 included files that contains the word under 664 included files that contains the word under
664 the cursor, start searching at cursor 665 the cursor, start searching at cursor
665 position 666 position
666 |]p| ]p 2 like "p", but adjust indent to current line
667 |]m| ]m 1 cursor N times forward to end of member 667 |]m| ]m 1 cursor N times forward to end of member
668 function 668 function
669 |]p| ]p 2 like "p", but adjust indent to current line
670 |]s| ]s 1 move to next misspelled word
669 |]z| ]z 1 move to end of open fold 671 |]z| ]z 1 move to end of open fold
670 |]}| ]} 1 cursor N times forward to unmatched '}' 672 |]}| ]} 1 cursor N times forward to unmatched '}'
671 |]<MiddleMouse> ]<MiddleMouse> 2 same as "]p" 673 |]<MiddleMouse> ]<MiddleMouse> 2 same as "]p"
672 674
673 ============================================================================== 675 ==============================================================================
746 |gr| gr{char} 2 virtual replace N chars with {char} 748 |gr| gr{char} 2 virtual replace N chars with {char}
747 |gs| gs go to sleep for N seconds (default 1) 749 |gs| gs go to sleep for N seconds (default 1)
748 |gu| gu{motion} 2 make Nmove text lowercase 750 |gu| gu{motion} 2 make Nmove text lowercase
749 |gv| gv reselect the previous Visual area 751 |gv| gv reselect the previous Visual area
750 |gw| gw{motion} 2 format Nmove text and keep cursor 752 |gw| gw{motion} 2 format Nmove text and keep cursor
753 |netrw-gx| gx execute application for file name under the
754 cursor (only with |netrw| plugin)
751 |g@| g@{motion} call 'operatorfunc' 755 |g@| g@{motion} call 'operatorfunc'
752 |g~| g~{motion} 2 swap case for Nmove text 756 |g~| g~{motion} 2 swap case for Nmove text
753 |g<Down>| g<Down> 1 same as "gj" 757 |g<Down>| g<Down> 1 same as "gj"
754 |g<End>| g<End> 1 same as "g$" 758 |g<End>| g<End> 1 same as "g$"
755 |g<Home>| g<Home> 1 same as "g0" 759 |g<Home>| g<Home> 1 same as "g0"
982 CTRL-\ a - d reserved for extensions 986 CTRL-\ a - d reserved for extensions
983 |c_CTRL-\_e| CTRL-\ e {expr} replace the command line with the result of 987 |c_CTRL-\_e| CTRL-\ e {expr} replace the command line with the result of
984 {expr} 988 {expr}
985 CTRL-\ f - z reserved for extensions 989 CTRL-\ f - z reserved for extensions
986 CTRL-\ others not used 990 CTRL-\ others not used
987 CTRL-] not used 991 |c_CTRL-]| CTRL-] trigger abbreviation
988 |c_CTRL-^| CTRL-^ toggle use of |:lmap| mappings 992 |c_CTRL-^| CTRL-^ toggle use of |:lmap| mappings
989 |c_CTRL-_| CTRL-_ when 'allowrevins' set: change language 993 |c_CTRL-_| CTRL-_ when 'allowrevins' set: change language
990 (Hebrew, Farsi) 994 (Hebrew, Farsi)
991 |c_<Del>| <Del> delete the character under the cursor 995 |c_<Del>| <Del> delete the character under the cursor
992 996