@@ -87,14 +87,21 @@ In the GUI tab pages line you can use the right mouse button to open menu.
8787 Execute {cmd} and when it opens a new window open a new tab
8888 page instead. Doesn't work for | :diffsplit | , | :diffpatch | ,
8989 | :execute | and | :normal | .
90- When [count] is omitted the tab page appears after the current
91- one.
92- When [count] is specified the new tab page comes after tab
93- page [count] . Use ":0tab cmd" to get the new tab page as the
94- first one.
90+ If [count] is given the new tab page appears after the tab
91+ page [count] otherwise the new tab page will appear after the
92+ current one.
9593 Examples: >
96- :tab split " opens current buffer in new tab page
97- :tab help gt " opens tab page with help for "gt"
94+ :tab split " opens current buffer in new tab page
95+ :tab help gt " opens tab page with help for "gt"
96+ :.tab help gt " as above
97+ :+tab help " opens tab page with help after the next
98+ " tab page
99+ :-tab help " opens tab page with help before the
100+ " current one
101+ :0tab help " opens tab page with help before the
102+ " first one
103+ :$tab help " opens tab page with help after the last
104+ " one
98105
99106CTRL-W gf Open a new tab page and edit the file name under the cursor.
100107 See | CTRL-W_gf | .
@@ -141,10 +148,11 @@ something else.
141148 given, then they become hidden. But modified buffers are
142149 never abandoned, so changes cannot get lost. >
143150 :tabonly " close all tab pages except the current
151+ " one
144152
145153 :{count} tabo[nly][!]
146154 Close all tab pages except the {count} th one. >
147- :.tabonly " one
155+ :.tabonly " as above
148156 :-tabonly " close all tab pages except the previous
149157 " one
150158 :+tabonly " close all tab pages except the next one
0 commit comments