<?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"
	xmlns:sy="http://purl.org/rss/1.0/modules/syndication/"
		>
<channel>
	<title>Comentários sobre: Gravando Sessões no Vim</title>
	<atom:link href="http://gustavodutra.com/post/108/gravando-sessoes-no-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://gustavodutra.com/post/108/gravando-sessoes-no-vim/</link>
	<description>Um pouco de tudo, nada de pouco</description>
	<lastBuildDate>Thu, 29 Jul 2010 22:58:08 +0000</lastBuildDate>
	<generator>http://wordpress.org/?v=2.9.2</generator>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
		<item>
		<title>Por: Felipe Prenholato</title>
		<link>http://gustavodutra.com/post/108/gravando-sessoes-no-vim/comment-page-1/#comment-63</link>
		<dc:creator>Felipe Prenholato</dc:creator>
		<pubDate>Wed, 26 Aug 2009 17:25:09 +0000</pubDate>
		<guid isPermaLink="false">http://gustavodutra.com/?p=108#comment-63</guid>
		<description>O gerenciador de sessões do VIM é de fato sensacional, já que salva todo o ambiente.

Para poupar-me certo tempo, eu uso o plugin http://www.vim.org/scripts/script.php?script_id=2010, é uma camada de &#039;abstração&#039; para o gerenciador de sessões. 

Os comandos que ganhamos são (quote do vim.org):

:SessionOpen -&gt; command takes a session name as an argument.  It supports argument completion.

:SessionOpenLast -&gt; command opens the g:LAST_SESSION session (see above).

:SessionClose -&gt; command wipes out all buffers, kills cscope and clears variables with session name.

:SessionSave -&gt; command saves the current editing session.  If v:this_session is empty it asks for a session name.

:SessionSaveAs -&gt; command takes a session name as an optional argument.  If there is no argument or it is empty, it asks for a session name (default is the last part of v:this_session).

:SessionShowLast -&gt; command shows the content of the g:LAST_SESSION and v:this_session variables. 


Espero que seja útil.</description>
		<content:encoded><![CDATA[<p>O gerenciador de sessões do VIM é de fato sensacional, já que salva todo o ambiente.</p>
<p>Para poupar-me certo tempo, eu uso o plugin <a href="http://www.vim.org/scripts/script.php?script_id=2010" rel="nofollow">http://www.vim.org/scripts/script.php?script_id=2010</a>, é uma camada de &#8216;abstração&#8217; para o gerenciador de sessões. </p>
<p>Os comandos que ganhamos são (quote do vim.org):</p>
<p>:SessionOpen -&gt; command takes a session name as an argument.  It supports argument completion.</p>
<p>:SessionOpenLast -&gt; command opens the g:LAST_SESSION session (see above).</p>
<p>:SessionClose -&gt; command wipes out all buffers, kills cscope and clears variables with session name.</p>
<p>:SessionSave -&gt; command saves the current editing session.  If v:this_session is empty it asks for a session name.</p>
<p>:SessionSaveAs -&gt; command takes a session name as an optional argument.  If there is no argument or it is empty, it asks for a session name (default is the last part of v:this_session).</p>
<p>:SessionShowLast -&gt; command shows the content of the g:LAST_SESSION and v:this_session variables. </p>
<p>Espero que seja útil.</p>
]]></content:encoded>
	</item>
	<item>
		<title>Por: msambinelli</title>
		<link>http://gustavodutra.com/post/108/gravando-sessoes-no-vim/comment-page-1/#comment-26</link>
		<dc:creator>msambinelli</dc:creator>
		<pubDate>Mon, 23 Feb 2009 09:22:33 +0000</pubDate>
		<guid isPermaLink="false">http://gustavodutra.com/?p=108#comment-26</guid>
		<description>muito bacana teu blog... 
adoro o (G)vim...

continua assim cara...</description>
		<content:encoded><![CDATA[<p>muito bacana teu blog&#8230;<br />
adoro o (G)vim&#8230;</p>
<p>continua assim cara&#8230;</p>
]]></content:encoded>
	</item>
</channel>
</rss>
