comparison runtime/doc/index.txt @ 681:9364d114ed8d v7.0204

updated for version 7.0204
author vimboss
date Wed, 22 Feb 2006 21:25:37 +0000
parents 4b8583e82cb8
children f1b013312711
comparison
equal deleted inserted replaced
680:5b101ff9d4c4 681:9364d114ed8d
539 |CTRL-W_c| CTRL-W c close current window (like |:close|) 539 |CTRL-W_c| CTRL-W c close current window (like |:close|)
540 |CTRL-W_d| CTRL-W d split window and jump to definition under 540 |CTRL-W_d| CTRL-W d split window and jump to definition under
541 the cursor 541 the cursor
542 |CTRL-W_f| CTRL-W f split window and edit file name under the 542 |CTRL-W_f| CTRL-W f split window and edit file name under the
543 cursor 543 cursor
544 |CTRL-W_F| CTRL-W F split window and edit file name under the
545 cursor and jump to the line number
546 following the file name.
544 |CTRL-W_g_CTRL-]| CTRL-W g CTRL-] split window and do |:tjump| to tag under 547 |CTRL-W_g_CTRL-]| CTRL-W g CTRL-] split window and do |:tjump| to tag under
545 cursor 548 cursor
546 |CTRL-W_g]| CTRL-W g ] split window and do |:tselect| for tag 549 |CTRL-W_g]| CTRL-W g ] split window and do |:tselect| for tag
547 under cursor 550 under cursor
548 |CTRL-W_g}| CTRL-W g } do a |:ptjump| to the tag under the cursor 551 |CTRL-W_g}| CTRL-W g } do a |:ptjump| to the tag under the cursor
717 in current function 720 in current function
718 |ge| ge 1 go backwards to the end of the previous 721 |ge| ge 1 go backwards to the end of the previous
719 word 722 word
720 |gf| gf start editing the file whose name is under 723 |gf| gf start editing the file whose name is under
721 the cursor 724 the cursor
725 |gF| gF start editing the file whose name is under
726 the cursor and jump to the line number
727 following the filename.
722 |gg| gg 1 cursor to line N, default first line 728 |gg| gg 1 cursor to line N, default first line
723 |gh| gh start Select mode 729 |gh| gh start Select mode
724 |gi| gi 2 like "i", but first move to the |'^| mark 730 |gi| gi 2 like "i", but first move to the |'^| mark
725 |gj| gj 1 like "j", but when 'wrap' on go N screen 731 |gj| gj 1 like "j", but when 'wrap' on go N screen
726 lines down 732 lines down