<?xml version="1.0" encoding="UTF-8"?><rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:dc="http://purl.org/dc/elements/1.1/"
	xmlns:atom="http://www.w3.org/2005/Atom"
	>
<channel>
	<title>Comments on: Vim 7.0 Tabs</title>
	<atom:link href="http://ruturajv.wordpress.com/2006/12/23/vim-7-tabs/feed/" rel="self" type="application/rss+xml" />
	<link>http://ruturajv.wordpress.com/2006/12/23/vim-7-tabs/</link>
	<description>Anything to develop, developed, ideas for , to and by the Web</description>
	<pubDate>Fri, 25 Jul 2008 19:59:41 +0000</pubDate>
	<generator>http://wordpress.org/?v=MU</generator>
		<item>
		<title>By: Vandan</title>
		<link>http://ruturajv.wordpress.com/2006/12/23/vim-7-tabs/#comment-2657</link>
		<dc:creator>Vandan</dc:creator>
		<pubDate>Mon, 21 May 2007 11:29:48 +0000</pubDate>
		<guid isPermaLink="false">http://ruturajv.wordpress.com/2006/12/23/vim-7-tabs/#comment-2657</guid>
		<description>Hi,

Can you please tell me as to how to open
tag into a new tab window.
I use ctags.

i.e. 
when on functions, i press g } , it opens up alist
of functions. i press the number corresponding 
to function i want to use. 
THe file opes in the same window. 
I want to open it in a new tab ( provided that file
is not already open in one of the tabs). If it is, then
open that tab.

Can you please tell me how to achieve this.</description>
		<content:encoded><![CDATA[<p>Hi,</p>
<p>Can you please tell me as to how to open<br />
tag into a new tab window.<br />
I use ctags.</p>
<p>i.e.<br />
when on functions, i press g } , it opens up alist<br />
of functions. i press the number corresponding<br />
to function i want to use.<br />
THe file opes in the same window.<br />
I want to open it in a new tab ( provided that file<br />
is not already open in one of the tabs). If it is, then<br />
open that tab.</p>
<p>Can you please tell me how to achieve this.</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Nick</title>
		<link>http://ruturajv.wordpress.com/2006/12/23/vim-7-tabs/#comment-2181</link>
		<dc:creator>Nick</dc:creator>
		<pubDate>Fri, 27 Apr 2007 18:09:34 +0000</pubDate>
		<guid isPermaLink="false">http://ruturajv.wordpress.com/2006/12/23/vim-7-tabs/#comment-2181</guid>
		<description>Any way to open multiple tabs while within vim?

I've found that

:tabe ball

will open up the buffer list into new tabs.  However if the number of files exceeds the width of the display window the reminder window will have all the files opened with in (via split windows).</description>
		<content:encoded><![CDATA[<p>Any way to open multiple tabs while within vim?</p>
<p>I&#8217;ve found that</p>
<p>:tabe ball</p>
<p>will open up the buffer list into new tabs.  However if the number of files exceeds the width of the display window the reminder window will have all the files opened with in (via split windows).</p>
]]></content:encoded>
	</item>
	<item>
		<title>By: Jay Pipes</title>
		<link>http://ruturajv.wordpress.com/2006/12/23/vim-7-tabs/#comment-1635</link>
		<dc:creator>Jay Pipes</dc:creator>
		<pubDate>Wed, 14 Mar 2007 18:01:06 +0000</pubDate>
		<guid isPermaLink="false">http://ruturajv.wordpress.com/2006/12/23/vim-7-tabs/#comment-1635</guid>
		<description>Hi!  I love vim7 tabs too.  Here are some maps I put in my .vimrc to emulate the TabNext/Prev and Closing of Firefox/GNOME:

" Ctrl-Tab goes to next tab
map  :tabnext 
imap   :tabnext 
vmap   :tabnext 

" Ctrl-Shift-Tab goes to previous tab
imap   :tabprev 
map  :tabprev 
vmap   :tabprev 

" Ctrl-t makes a new tab
vmap   :tabnew 
imap   :tabnew 
map  :tabnew 

" Ctrl-w closes the tab
map  :tabclose 
imap   :tabclose 
vmap   :tabclose 

Cheers!

Jay</description>
		<content:encoded><![CDATA[<p>Hi!  I love vim7 tabs too.  Here are some maps I put in my .vimrc to emulate the TabNext/Prev and Closing of Firefox/GNOME:</p>
<p>&#8221; Ctrl-Tab goes to next tab<br />
map  :tabnext<br />
imap   :tabnext<br />
vmap   :tabnext </p>
<p>&#8221; Ctrl-Shift-Tab goes to previous tab<br />
imap   :tabprev<br />
map  :tabprev<br />
vmap   :tabprev </p>
<p>&#8221; Ctrl-t makes a new tab<br />
vmap   :tabnew<br />
imap   :tabnew<br />
map  :tabnew </p>
<p>&#8221; Ctrl-w closes the tab<br />
map  :tabclose<br />
imap   :tabclose<br />
vmap   :tabclose </p>
<p>Cheers!</p>
<p>Jay</p>
]]></content:encoded>
	</item>
</channel>
</rss>
