diff options
author | Bram Moolenaar <Bram@vim.org> | 2014-10-02 01:41:41 +0200 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2014-10-02 01:41:41 +0200 |
commit | 3a991dd00193eda3aeaf344e60905191b9db1b48 (patch) | |
tree | fafe29840b0d06f3b7d43c27a313d3d86b83c106 /runtime/doc/windows.txt | |
parent | 56f6227224c6c0434fc758ab82245069d11c4fd4 (diff) | |
download | vim-3a991dd00193eda3aeaf344e60905191b9db1b48.zip |
Update runtime files.
Diffstat (limited to 'runtime/doc/windows.txt')
-rw-r--r-- | runtime/doc/windows.txt | 13 |
1 files changed, 8 insertions, 5 deletions
diff --git a/runtime/doc/windows.txt b/runtime/doc/windows.txt index 00fe956dd..0098e3e52 100644 --- a/runtime/doc/windows.txt +++ b/runtime/doc/windows.txt @@ -1,4 +1,4 @@ -*windows.txt* For Vim version 7.4. Last change: 2014 Mar 25 +*windows.txt* For Vim version 7.4. Last change: 2014 Sep 23 VIM REFERENCE MANUAL by Bram Moolenaar @@ -726,18 +726,21 @@ the buffer. The result is that all buffers will use the 'encoding' encoding CTRL-W ] *CTRL-W_]* *CTRL-W_CTRL-]* CTRL-W CTRL-] Split current window in two. Use identifier under cursor as a - tag and jump to it in the new upper window. Make new window N - high. + tag and jump to it in the new upper window. + In Visual mode uses the Visually selected text as a tag. + Make new window N high. *CTRL-W_g]* CTRL-W g ] Split current window in two. Use identifier under cursor as a tag and perform ":tselect" on it in the new upper window. + In Visual mode uses the Visually selected text as a tag. Make new window N high. *CTRL-W_g_CTRL-]* CTRL-W g CTRL-] Split current window in two. Use identifier under cursor as a - tag and perform ":tjump" on it in the new upper window. Make - new window N high. + tag and perform ":tjump" on it in the new upper window. + In Visual mode uses the Visually selected text as a tag. + Make new window N high. CTRL-W f *CTRL-W_f* *CTRL-W_CTRL-F* CTRL-W CTRL-F Split current window in two. Edit file name under cursor. |