<?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>Blog.Project13.pl &#187; vim</title>
	<atom:link href="http://www.blog.project13.pl/index.php/tag/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.blog.project13.pl</link>
	<description>The Blog of a Coder</description>
	<lastBuildDate>Sun, 05 Feb 2012 02:28:52 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.2.1</generator>
		<item>
		<title>Vim Hacking &#8211; 1 &#8211; vis</title>
		<link>http://www.blog.project13.pl/index.php/coding/233/vim-hacking-1-vis/</link>
		<comments>http://www.blog.project13.pl/index.php/coding/233/vim-hacking-1-vis/#comments</comments>
		<pubDate>Sun, 20 Sep 2009 18:33:42 +0000</pubDate>
		<dc:creator>Ktoso</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[terminal heroes]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[gnu/linux]]></category>
		<category><![CDATA[hack]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tricks]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.blog.project13.pl/?p=233</guid>
		<description><![CDATA[Vim is a really amazing text editor (though I&#8217;d like to learn Emacs too soon&#8230; :-)) and it can be easily expanded to be even more useful. One super cool extension I found is: vis -- it allows powerful sed-like line modification (you could use sed from inside vim, but that&#8217;s not really &#8220;handy&#8221;). Vis [...]]]></description>
			<content:encoded><![CDATA[<p><strong>Vi</strong>m is a really amazing text editor (though I&#8217;d like to learn <strong>Emacs</strong> too soon&#8230; :-)) and it can be easily expanded to be even more useful. One super cool extension I found is: <strong>vis</strong> -- it allows powerful sed-like line modification<em> (you could use sed from inside vim, but that&#8217;s not really &#8220;handy&#8221;)</em>. Vis is a vim plugin, and as such, it has to be installed before use, here is how to do this (asuming you have <strong>vim 7.0+</strong>):<br />
<code>echo 'read some about the plugin at:  http://vim.sourceforge.net/scripts/script.php?script_id=1195'<br />
vim /home/script/location/vis.vba<br />
:source %</code><br />
With this done you can doo stuff like in this video i did:</p>
<p style="text-align:center;"><span class="youtube">
<object width="480" height="360">
<param name="movie" value="http://www.youtube.com/v/MzxEt9sK5eM&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=1&amp;hd=1" />
<param name="allowFullScreen" value="true" />
<embed wmode="transparent" src="http://www.youtube.com/v/MzxEt9sK5eM&amp;color1=3a3a3a&amp;color2=999999&amp;border=0&amp;fs=1&amp;hl=en&amp;autoplay=0&amp;showinfo=0&amp;iv_load_policy=3&amp;showsearch=0?rel=1&amp;hd=1" type="application/x-shockwave-flash" allowfullscreen="true" width="480" height="360"></embed>
<param name="wmode" value="transparent" />
</object>
</span><p><a href="http://www.youtube.com/watch?v=MzxEt9sK5eM&fmt=18" onclick="urchinTracker('/outgoing/www.youtube.com/watch?v=MzxEt9sK5eM_fmt=18&amp;referer=');"><img src="http://img.youtube.com/vi/MzxEt9sK5eM/default.jpg" width="130" height="97" border=0></a></p></p>
<p><a href="http://www.youtube.com/watch?v=MzxEt9sK5eM" onclick="urchinTracker('/outgoing/www.youtube.com/watch?v=MzxEt9sK5eM&amp;referer=');">Watch it on youtube</a> to see useful <strong>annotations</strong>! If your still new to vim you might want to start with simple editing as shown here: <a href="http://www.youtube.com/watch?v=71YTkxUNwmg&amp;NR=1" onclick="urchinTracker('/outgoing/www.youtube.com/watch?v=71YTkxUNwmg_amp_NR=1&amp;referer=');">http://www.youtube.com/watch?v=71YTkxUNwmg&amp;NR=1</a></p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.project13.pl/index.php/coding/233/vim-hacking-1-vis/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Toggle Syntax Highlighting in vim</title>
		<link>http://www.blog.project13.pl/index.php/coding/159/syntax-highlighting-in-vim/</link>
		<comments>http://www.blog.project13.pl/index.php/coding/159/syntax-highlighting-in-vim/#comments</comments>
		<pubDate>Mon, 24 Aug 2009 15:42:14 +0000</pubDate>
		<dc:creator>Ktoso</dc:creator>
				<category><![CDATA[coding]]></category>
		<category><![CDATA[gnu]]></category>
		<category><![CDATA[open source]]></category>
		<category><![CDATA[php]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[tip]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[webdeveloper]]></category>

		<guid isPermaLink="false">http://www.blog.project13.pl/?p=159</guid>
		<description><![CDATA[Just a quick vim tip today&#8230; Have you been coding/fixing stuff on the server over ssh using vim? I sure have, but was always wondering why the vim on my server wouldn&#8217;t highlight php&#8230; The solution is: :syntax on Whoa, 2 words, not 2 letters like usually! Thats pretty long for vim ain&#8217;t it? ;-)]]></description>
			<content:encoded><![CDATA[<p>Just a quick vim tip today&#8230; Have you been coding/fixing stuff on the server over ssh using vim? I sure have, but was always wondering why the vim on my server wouldn&#8217;t highlight php&#8230; The solution is:<strong><br />
</strong></p>
<p><strong>:syntax on</strong></p>
<p>Whoa, 2 words, not 2 letters like usually! Thats pretty long for vim ain&#8217;t it? ;-)</p>
]]></content:encoded>
			<wfw:commentRss>http://www.blog.project13.pl/index.php/coding/159/syntax-highlighting-in-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

