diff options
author | Bram Moolenaar <Bram@vim.org> | 2006-03-03 22:50:42 +0000 |
---|---|---|
committer | Bram Moolenaar <Bram@vim.org> | 2006-03-03 22:50:42 +0000 |
commit | bfb2d40b6ec0b8fff51bc6fadabf4aaeb383beb8 (patch) | |
tree | 12ef17978672a5981dbe661a5d0ba4dbfad3d8a6 /runtime/doc/tabpage.txt | |
parent | a55252087b1b771b0a1a509d2ac90067404287d7 (diff) | |
download | vim-git-bfb2d40b6ec0b8fff51bc6fadabf4aaeb383beb8.tar.gz |
updated for version 7.0213
Diffstat (limited to 'runtime/doc/tabpage.txt')
-rw-r--r-- | runtime/doc/tabpage.txt | 22 |
1 files changed, 18 insertions, 4 deletions
diff --git a/runtime/doc/tabpage.txt b/runtime/doc/tabpage.txt index 8b18b939f..5c7c2ed2f 100644 --- a/runtime/doc/tabpage.txt +++ b/runtime/doc/tabpage.txt @@ -1,4 +1,4 @@ -*tabpage.txt* For Vim version 7.0aa. Last change: 2006 Mar 01 +*tabpage.txt* For Vim version 7.0aa. Last change: 2006 Mar 03 VIM REFERENCE MANUAL by Bram Moolenaar @@ -48,9 +48,12 @@ OPENING A NEW TAB PAGE: When starting Vim "vim -p filename ..." opens each file argument in a separate tab page (up to 'tabpagemax'). |-p| -A double click with the mouse in the tab pages line opens a new, empty tab -page. It is placed left of the position of the click. The first click may -select another tab page first, causing an extra screen update. +A double click with the mouse in the non-GUI tab pages line opens a new, empty +tab page. It is placed left of the position of the click. The first click +may select another tab page first, causing an extra screen update. + +In the GUI tab pages line you can use the right mouse button to open menu. +|tabline-menu|. :tabe[dit] *:tabe* *:tabedit* *:tabnew* :tabnew Open a new tab page with an empty window, after the current @@ -180,6 +183,17 @@ LOOPING OVER TAB PAGES: ============================================================================== 3. Other items *tab-page-other* + *tabline-menu* +The GUI tab pages line has a popup menu. It is accessed with a right click. +The entries are: + Close Close the tab page under the mouse pointer. The + current one if there is no label under the mouse + pointer. + New Tab Open a tab page, editing an empty buffer. It appears + to the left of the mouse pointer. + Open Tab... Like "New Tab" and additionaly use a file selector to + select a file to edit. + Diff mode works per tab page. You can see the diffs between several files within one tab page. Other tab pages can show differences between other files. |