<?xml version="1.0" encoding="UTF-8"?>
<rss version="2.0"
	xmlns:content="http://purl.org/rss/1.0/modules/content/"
	xmlns:wfw="http://wellformedweb.org/CommentAPI/"
	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/"
	xmlns:slash="http://purl.org/rss/1.0/modules/slash/"
	>

<channel>
	<title>ghostbar &#187; VIM</title>
	<atom:link href="http://ghostbar.ath.cx/tag/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://ghostbar.ath.cx</link>
	<description></description>
	<lastBuildDate>Sun, 29 Apr 2012 15:49:36 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
			<item>
		<title> and  issues on vim with $TERM=&#8221;screen&#8221;</title>
		<link>http://ghostbar.ath.cx/2011/10/26/and-issues-on-vim-with-termscreen/</link>
		<comments>http://ghostbar.ath.cx/2011/10/26/and-issues-on-vim-with-termscreen/#comments</comments>
		<pubDate>Wed, 26 Oct 2011 05:06:51 +0000</pubDate>
		<dc:creator>ghostbar</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[Linux]]></category>
		<category><![CDATA[Planet Debian]]></category>
		<category><![CDATA[tmux]]></category>
		<category><![CDATA[VIM]]></category>
		<category><![CDATA[XTerm]]></category>

		<guid isPermaLink="false">http://ghostbar.ath.cx/?p=622</guid>
		<description><![CDATA[Because of tmux I run with $TERM=&#8221;screen&#8221; instead of my regular rxvt-unicode, but I had a big issue with VIM because of this, it kept writing and F\n and H\n each time I pressed and keys respectively. I finally found the way to solve this, making VIM use $TERM=&#8221;xterm&#8221; internally writing this on my ~/.vimrc: [...]]]></description>
			<content:encoded><![CDATA[<p>Because of tmux I run with $TERM=&#8221;screen&#8221; instead of my regular rxvt-unicode, but I had a big issue with VIM because of this, it kept writing and F\n and H\n each time I pressed <End> and <Home> keys respectively. I finally found the way to solve this, making VIM use $TERM=&#8221;xterm&#8221; internally writing this on my ~/.vimrc:<br />
<code>if &#038;term == "screen"<br />
  set term=xterm<br />
endif</code></p>
<p>So, this way, even in my servers without XTerm installed (but ncurses-term) I can use VIM as I&#8217;m used to.</p>
]]></content:encoded>
			<wfw:commentRss>http://ghostbar.ath.cx/2011/10/26/and-issues-on-vim-with-termscreen/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>snipmate.vim snippets</title>
		<link>http://ghostbar.ath.cx/2010/12/30/snipmate-vim-snippets/</link>
		<comments>http://ghostbar.ath.cx/2010/12/30/snipmate-vim-snippets/#comments</comments>
		<pubDate>Thu, 30 Dec 2010 14:03:04 +0000</pubDate>
		<dc:creator>ghostbar</dc:creator>
				<category><![CDATA[English]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[CSS3]]></category>
		<category><![CDATA[html]]></category>
		<category><![CDATA[HTML5]]></category>
		<category><![CDATA[javascript]]></category>
		<category><![CDATA[PHP]]></category>
		<category><![CDATA[Planet Debian]]></category>
		<category><![CDATA[snipMate]]></category>
		<category><![CDATA[VIM]]></category>
		<category><![CDATA[WordPress]]></category>

		<guid isPermaLink="false">http://ghostbar.ath.cx/?p=522</guid>
		<description><![CDATA[I&#8217;m a long-time snipmate.vim user and I&#8217;ve been adding occasionally some snippets to it, and today I want to share it to everyone who may be interested on using them. All of them are CSS3, Javascript and HTML5 related, plus 2 (or something) for PHP+WordPress. Anyway, if any of you use WordPress+PHP and use snippets [...]]]></description>
			<content:encoded><![CDATA[<p>I&#8217;m a long-time snipmate.vim user and I&#8217;ve been adding occasionally some snippets to it, and today I want to share it to everyone who may be interested on using them.</p>
<p>All of them are CSS3, Javascript and HTML5 related, plus 2 (or something) for PHP+WordPress.</p>
<p>Anyway, if any of you use WordPress+PHP and use snippets please, let me know. I&#8217;m working on WordPress these days and some snippets would help me a lot.</p>
<p>You can download <a href="https://github.com/ghostbar/snipmate.vim/tree/master/snippets">my snippets from my github</a>, hope its useful for anyone.</p>
]]></content:encoded>
			<wfw:commentRss>http://ghostbar.ath.cx/2010/12/30/snipmate-vim-snippets/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
		<item>
		<title>snipMate.vim</title>
		<link>http://ghostbar.ath.cx/2009/10/19/snipmate-vim/</link>
		<comments>http://ghostbar.ath.cx/2009/10/19/snipmate-vim/#comments</comments>
		<pubDate>Mon, 19 Oct 2009 20:44:48 +0000</pubDate>
		<dc:creator>ghostbar</dc:creator>
				<category><![CDATA[Español]]></category>
		<category><![CDATA[Software]]></category>
		<category><![CDATA[Tecnología]]></category>
		<category><![CDATA[GitHub]]></category>
		<category><![CDATA[Open Source]]></category>
		<category><![CDATA[Planeta Debian]]></category>
		<category><![CDATA[Planeta Linux]]></category>
		<category><![CDATA[snipMate]]></category>
		<category><![CDATA[VIM]]></category>

		<guid isPermaLink="false">http://ghostbar.ath.cx/?p=340</guid>
		<description><![CDATA[snipMate.vim Introductory Screencast from Michael Sanders on Vimeo. Antes usaba gEdit para tener esta funcionalidad, ahora no lo necesito, ¡puedo usarlo con VIM!. Está snipMate.vim (que aquí tiene su repositorio git en GitHub). Ya hice un fork para agregarle soporte a CSS y XML y de seguro le seguiré agregando más soporte para Perl y [...]]]></description>
			<content:encoded><![CDATA[<p><object width="400" height="225"><param name="allowfullscreen" value="true" /><param name="allowscriptaccess" value="always" /><param name="movie" value="http://vimeo.com/moogaloop.swf?clip_id=3535418&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" /><embed src="http://vimeo.com/moogaloop.swf?clip_id=3535418&amp;server=vimeo.com&amp;show_title=1&amp;show_byline=1&amp;show_portrait=0&amp;color=00ADEF&amp;fullscreen=1" type="application/x-shockwave-flash" allowfullscreen="true" allowscriptaccess="always" width="400" height="225"></embed></object>
<p><a href="http://vimeo.com/3535418">snipMate.vim Introductory Screencast</a> from <a href="http://vimeo.com/user1404868">Michael Sanders</a> on <a href="http://vimeo.com">Vimeo</a>.</p>
<p>Antes usaba <code>gEdit</code> para tener esta funcionalidad, ahora no lo necesito, ¡puedo usarlo con <code>VIM</code>!. Está <a href="http://www.vim.org/scripts/script.php?script_id=2540"><code>snipMate.vim</code></a> (que <a href="http://github.com/msanders/snipmate.vim">aquí tiene su repositorio <code>git</code> en GitHub</a>).</p>
<p>Ya <a href="http://github.com/ghostbar/snipmate.vim">hice un fork</a> para agregarle soporte a <code>CSS</code> y <code>XML</code> y de seguro le seguiré agregando más soporte para <code>Perl</code> y quizás <code>JavaScript</code>.</p>
]]></content:encoded>
			<wfw:commentRss>http://ghostbar.ath.cx/2009/10/19/snipmate-vim/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
		</item>
	</channel>
</rss>

