diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-02-22 21:25:37 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-02-22 21:25:37 +0000 |
commit | d1f56e68f1315687ff5b913e2577f11b0b620573 (patch) | |
tree | adbac0a00c07ee933058543eb3f251a83e707624 /runtime/doc/index.txt | |
parent | 238a564935abe36832b267f32b5487556c640d00 (diff) | |
download | vim-d1f56e68f1315687ff5b913e2577f11b0b620573.zip |
updated for version 7.0204
Diffstat (limited to 'runtime/doc/index.txt')
-rw-r--r-- | runtime/doc/index.txt | 6 |
1 files changed, 6 insertions, 0 deletions
diff --git a/runtime/doc/index.txt b/runtime/doc/index.txt index b265ee61a..fa4eca4e3 100644 --- a/runtime/doc/index.txt +++ b/runtime/doc/index.txt @@ -541,6 +541,9 @@ tag command action in Normal mode ~ the cursor |CTRL-W_f| CTRL-W f split window and edit file name under the cursor +|CTRL-W_F| CTRL-W F split window and edit file name under the + cursor and jump to the line number + following the file name. |CTRL-W_g_CTRL-]| CTRL-W g CTRL-] split window and do |:tjump| to tag under cursor |CTRL-W_g]| CTRL-W g ] split window and do |:tselect| for tag @@ -719,6 +722,9 @@ tag char note action in Normal mode ~ word |gf| gf start editing the file whose name is under the cursor +|gF| gF start editing the file whose name is under + the cursor and jump to the line number + following the filename. |gg| gg 1 cursor to line N, default first line |gh| gh start Select mode |gi| gi 2 like "i", but first move to the |'^| mark |