comparison runtime/doc/tabpage.txt @ 819:23f82b5d2814 v7.0c10

updated for version 7.0c10
author vimboss
date Wed, 05 Apr 2006 20:41:53 +0000
parents 9f345c48220b
children 57c7403f6599
comparison
equal deleted inserted replaced
818:1f929f3ca806 819:23f82b5d2814
1 *tabpage.txt* For Vim version 7.0c. Last change: 2006 Mar 03 1 *tabpage.txt* For Vim version 7.0c. Last change: 2006 Mar 31
2 2
3 3
4 VIM REFERENCE MANUAL by Bram Moolenaar 4 VIM REFERENCE MANUAL by Bram Moolenaar
5 5
6 6
117 117
118 Using the mouse: If the tab page line is displayed you can click in a tab page 118 Using the mouse: If the tab page line is displayed you can click in a tab page
119 label to switch to that tab page. Click where there is no label to go to the 119 label to switch to that tab page. Click where there is no label to go to the
120 next tab page. |'tabline'| 120 next tab page. |'tabline'|
121 121
122 :tabn[ext] *:tabn* *:tabnext* *gt* 122 :tabn[ext] *:tabn* *:tabnext* *gt*
123 gt Go to the next tab page. Wraps around from the last to the 123 gt *CTRL-<PageDown>* *<C-PageDown>*
124 <C-PageDown> Go to the next tab page. Wraps around from the last to the
124 first one. 125 first one.
125 126
126 :tabn[ext] {count} 127 :tabn[ext] {count}
127 {count}gt Go to tab page {count}. The first tab page has number one. 128 {count}gt *CTRL-<PageUp>* *<C-PageUp>*
129 <C-PageUp> Go to tab page {count}. The first tab page has number one.
128 130
129 131
130 :tabp[revious] *:tabp* *:tabprevious* *gT* 132 :tabp[revious] *:tabp* *:tabprevious* *gT*
131 :tabN[ext] *:tabN* *:tabNext* 133 :tabN[ext] *:tabN* *:tabNext*
132 gT Go to the previous tab page. Wraps around from the first one 134 gT Go to the previous tab page. Wraps around from the first one
196 198
197 Diff mode works per tab page. You can see the diffs between several files 199 Diff mode works per tab page. You can see the diffs between several files
198 within one tab page. Other tab pages can show differences between other 200 within one tab page. Other tab pages can show differences between other
199 files. 201 files.
200 202
203 Variables local to a tab page start with "t:". |tabpage-variable|
204
201 The TabLeave and TabEnter autocommand events can be used to do something when 205 The TabLeave and TabEnter autocommand events can be used to do something when
202 switching from one tab page to another. The exact order depends on what you 206 switching from one tab page to another. The exact order depends on what you
203 are doing. When creating a new tab page this works as if you create a new 207 are doing. When creating a new tab page this works as if you create a new
204 window on the same buffer and then edit another buffer. Thus ":tabnew" 208 window on the same buffer and then edit another buffer. Thus ":tabnew"
205 triggers: 209 triggers: