<?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>Pario TechnoBlob &#187; vim</title>
	<atom:link href="http://pario.no/tag/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://pario.no</link>
	<description>A cronological documentation test project, nothing serious, really!</description>
	<lastBuildDate>Thu, 26 Apr 2012 08:18:54 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.2</generator>
		<item>
		<title>Indent/format an entire file using vim</title>
		<link>http://pario.no/2010/07/14/indentformat-an-entire-file-using-vim/</link>
		<comments>http://pario.no/2010/07/14/indentformat-an-entire-file-using-vim/#comments</comments>
		<pubDate>Wed, 14 Jul 2010 12:12:31 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://pario.no/?p=1361</guid>
		<description><![CDATA[You can format/indent an entire file using the vim editor and the gg=G command. gg - Goto the beginning of the file = - apply indentation G - till end of file If you decide not to indent your file, just press u to undo the last operation.]]></description>
			<content:encoded><![CDATA[<p>You can format/indent an entire file using the vim editor and the gg=G command.</p>
<pre>
    gg - Goto the beginning of the file
    =  - apply indentation
    G  - till end of file
</pre>
<p>If you decide not to indent your file, just press u to undo the last operation.</p>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMTAvMDcvMTQvaW5kZW50Zm9ybWF0LWFuLWVudGlyZS1maWxlLXVzaW5nLXZpbS88d3B0Yj5JbmRlbnQvZm9ybWF0IGFuIGVudGlyZSBmaWxlIHVzaW5nIHZpbTx3cHRiPmh0dHA6Ly9wYXJpby5ubzx3cHRiPlBhcmlvIFRlY2hub0Jsb2I%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2010/07/14/indentformat-an-entire-file-using-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Switch off annoying bell/beep in xterm</title>
		<link>http://pario.no/2007/10/17/switch-off-annoying-bell-in-xterm/</link>
		<comments>http://pario.no/2007/10/17/switch-off-annoying-bell-in-xterm/#comments</comments>
		<pubDate>Wed, 17 Oct 2007 08:33:10 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[putty]]></category>
		<category><![CDATA[vim]]></category>
		<category><![CDATA[xterm]]></category>

		<guid isPermaLink="false">http://pario.no/2007/10/17/switch-off-annoying-bell-in-xterm/</guid>
		<description><![CDATA[My colleagues don&#8217;t like all the bell/beep sounds I make when I&#8217;m working in a xterm through my putty ssh client. To please them I&#8217;ve added this line to /etc/inputrc to disable bell on tab-completion. set bell-style none]]></description>
			<content:encoded><![CDATA[<p>My colleagues don&#8217;t like all the bell/beep sounds I make when I&#8217;m working in a xterm through my putty ssh client.</p>
<p>To please them I&#8217;ve added this line to <strong>/etc/inputrc</strong> to disable bell on tab-completion.</p>
<pre>
set bell-style none</pre>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDcvMTAvMTcvc3dpdGNoLW9mZi1hbm5veWluZy1iZWxsLWluLXh0ZXJtLzx3cHRiPlN3aXRjaCBvZmYgYW5ub3lpbmcgYmVsbC9iZWVwIGluIHh0ZXJtPHdwdGI%2BaHR0cDovL3BhcmlvLm5vPHdwdGI%2BUGFyaW8gVGVjaG5vQmxvYg%3D%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2007/10/17/switch-off-annoying-bell-in-xterm/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Make arrowkeys in Debian vi work</title>
		<link>http://pario.no/2007/09/09/make-arrowkeay-in-debian-vim-work/</link>
		<comments>http://pario.no/2007/09/09/make-arrowkeay-in-debian-vim-work/#comments</comments>
		<pubDate>Sun, 09 Sep 2007 21:42:28 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Debian]]></category>
		<category><![CDATA[Ubuntu]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://hhj.no/wordpress/2007/09/09/make-arrowkeay-in-debian-vim-work/</guid>
		<description><![CDATA[Put this line in your ~/.vimrc set esckeys Another alternative is to install vim aptitude install vim And do the necessary changes on the settings file /etc/vim/vimrc]]></description>
			<content:encoded><![CDATA[<p>Put this line in your <strong>~/.vimrc</strong></p>
<pre>
set esckeys</pre>
<p>Another alternative is to install vim</p>
<pre>
aptitude install vim</pre>
<p>And do the necessary changes on the settings file <strong>/etc/vim/vimrc</strong></p>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDcvMDkvMDkvbWFrZS1hcnJvd2tlYXktaW4tZGViaWFuLXZpbS13b3JrLzx3cHRiPk1ha2UgYXJyb3drZXlzIGluIERlYmlhbiB2aSB3b3JrPHdwdGI%2BaHR0cDovL3BhcmlvLm5vPHdwdGI%2BUGFyaW8gVGVjaG5vQmxvYg%3D%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2007/09/09/make-arrowkeay-in-debian-vim-work/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>vim search and replace text</title>
		<link>http://pario.no/2007/05/07/vim-search-and-replace-text/</link>
		<comments>http://pario.no/2007/05/07/vim-search-and-replace-text/#comments</comments>
		<pubDate>Mon, 07 May 2007 11:14:37 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[replace]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://hhj.no/wordpress/2007/05/07/vim-s%c3%b8k-og-erstatt-tekst/</guid>
		<description><![CDATA[Different ways of replacing text etc. Replace every occurrence of pattern1 (pat1) with pat2 :g/pat1/s//pat2/g Replace every occurence of pattern1 (pat1) with a newline :g/pat1/s//\r/g In practice this inserts a newline after every occurence of pat1.]]></description>
			<content:encoded><![CDATA[<p>Different ways of replacing text etc.</p>
<p>Replace every occurrence of pattern1 (pat1) with pat2</p>
<pre>
:g/pat1/s//pat2/g</pre>
<p>Replace every occurence of pattern1 (pat1) with a newline</p>
<pre>
:g/pat1/s//\r/g</pre>
<p>In practice this inserts a newline after every occurence of pat1.</p>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDcvMDUvMDcvdmltLXNlYXJjaC1hbmQtcmVwbGFjZS10ZXh0Lzx3cHRiPnZpbSBzZWFyY2ggYW5kIHJlcGxhY2UgdGV4dDx3cHRiPmh0dHA6Ly9wYXJpby5ubzx3cHRiPlBhcmlvIFRlY2hub0Jsb2I%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2007/05/07/vim-search-and-replace-text/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Change all entries in DHCP from 0: to 00:</title>
		<link>http://pario.no/2007/04/30/change-all-entries-in-dhcp-from-0-to-00/</link>
		<comments>http://pario.no/2007/04/30/change-all-entries-in-dhcp-from-0-to-00/#comments</comments>
		<pubDate>Mon, 30 Apr 2007 13:49:04 +0000</pubDate>
		<dc:creator>Hans-Henry Jakobsen</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[Scripting]]></category>
		<category><![CDATA[DHCP]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://hhj.no/wordpress/2007/04/30/endre-alle-oppf%c3%b8ringer-i-dhcp-fra-0-til-00/</guid>
		<description><![CDATA[This command have to be performed in the vim editor: :%s/hardware ethernet 0:/hardware ethernet 00:/]]></description>
			<content:encoded><![CDATA[<p>This command have to be performed in the vim editor:</p>
<pre>:%s/hardware ethernet 0:/hardware ethernet 00:/</pre>
<script type="text/javascript">var wordpress_toolbar_urls = [];var wordpress_toolbar_url = "http://pario.no/wp-content/plugins/wordpress-toolbar/toolbar.php";var wordpress_toolbar_oinw = "n";var wordpress_toolbar_hash = "aHR0cDovL3BhcmlvLm5vLzIwMDcvMDQvMzAvY2hhbmdlLWFsbC1lbnRyaWVzLWluLWRoY3AtZnJvbS0wLXRvLTAwLzx3cHRiPkNoYW5nZSBhbGwgZW50cmllcyBpbiBESENQIGZyb20gMDogdG8gMDA6PHdwdGI%2BaHR0cDovL3BhcmlvLm5vPHdwdGI%2BUGFyaW8gVGVjaG5vQmxvYg%3D%3D";</script>]]></content:encoded>
			<wfw:commentRss>http://pario.no/2007/04/30/change-all-entries-in-dhcp-from-0-to-00/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

