<?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/"
	xmlns:georss="http://www.georss.org/georss" xmlns:geo="http://www.w3.org/2003/01/geo/wgs84_pos#" xmlns:media="http://search.yahoo.com/mrss/"
	>

<channel>
	<title>Minimalistic Transparent X-Desktop &#187; vim</title>
	<atom:link href="http://princ3.wordpress.com/category/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://princ3.wordpress.com</link>
	<description></description>
	<lastBuildDate>Tue, 22 Sep 2009 11:34:31 +0000</lastBuildDate>
	<generator>http://wordpress.com/</generator>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<cloud domain='princ3.wordpress.com' port='80' path='/?rsscloud=notify' registerProcedure='' protocol='http-post' />
<image>
		<url>http://www.gravatar.com/blavatar/7ec66b2d5f168e41e3f2305beb44b274?s=96&#038;d=http://s.wordpress.com/i/buttonw-com.png</url>
		<title>Minimalistic Transparent X-Desktop &#187; vim</title>
		<link>http://princ3.wordpress.com</link>
	</image>
	<atom:link rel="search" type="application/opensearchdescription+xml" href="http://princ3.wordpress.com/osd.xml" title="Minimalistic Transparent X-Desktop" />
		<item>
		<title>Enable And Disable Spell-Checking In Vim</title>
		<link>http://princ3.wordpress.com/2007/09/24/enable-and-disable-spell-checking-in-vim/</link>
		<comments>http://princ3.wordpress.com/2007/09/24/enable-and-disable-spell-checking-in-vim/#comments</comments>
		<pubDate>Mon, 24 Sep 2007 02:40:02 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[terminal]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/2007/09/24/enable-and-disable-spell-checking-in-vim/</guid>
		<description><![CDATA[First you choose the language which you want to use:
:setlocal spell spelllang=en_us 
or 
:setlocal spell spelllang=de_at
For the German spell files you have to:
emerge vim-spell-de
You can disable spellchecking with:
:set nospell
]s move to next misspelled word, [s move to prev. misspelled word
z= suggests correctly spelled words under cursor,
1z= takes the first word from the suggestion list
^Xs does [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&blog=478535&post=102&subd=princ3&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2007/09/24/enable-and-disable-spell-checking-in-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
		<item>
		<title>Advanced Command-Line Editing</title>
		<link>http://princ3.wordpress.com/2007/09/11/advanced-command-line-editing/</link>
		<comments>http://princ3.wordpress.com/2007/09/11/advanced-command-line-editing/#comments</comments>
		<pubDate>Tue, 11 Sep 2007 19:44:17 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[terminal]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/2007/09/11/advanced-command-line-editing/</guid>
		<description><![CDATA[    : Today I passed my 117-201 exam and now I play a little bit with the Vi
: key bindings on Zsh. In Bash you can set them with set -o vi, and in Zsh you
: can set them additionally with setopt vi.
:
: I want to get to the point of command [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&blog=478535&post=99&subd=princ3&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2007/09/11/advanced-command-line-editing/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
		<item>
		<title>Insert Current Date In Vim</title>
		<link>http://princ3.wordpress.com/2007/08/27/insert-current-date-in-vim/</link>
		<comments>http://princ3.wordpress.com/2007/08/27/insert-current-date-in-vim/#comments</comments>
		<pubDate>Mon, 27 Aug 2007 20:04:30 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[linux]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/2007/08/27/insert-current-date-in-vim/</guid>
		<description><![CDATA[If you write a ToDo list or a schedule in vim, you probably want to insert the current date or the date after one week from now. Here is how to do:
:r !date
or to add one week to the current date:
:r !date -d &#8220;today 1 week&#8221;
enjoy :)
technorati tags:vim, insert, date
      [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&blog=478535&post=97&subd=princ3&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2007/08/27/insert-current-date-in-vim/feed/</wfw:commentRss>
		<slash:comments>3</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
		<item>
		<title>Append yanked and deleted lines to registers in vim</title>
		<link>http://princ3.wordpress.com/2007/07/13/append-yanked-and-deletet-lines-to-registers-in-vim/</link>
		<comments>http://princ3.wordpress.com/2007/07/13/append-yanked-and-deletet-lines-to-registers-in-vim/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 05:23:21 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/2007/07/13/append-yanked-and-deletet-lines-to-registers-in-vim/</guid>
		<description><![CDATA[Man, this never has an ending, so you already yank some files like this into a register:
&#8220;b3yy
&#8220;B3yy appends the next 3 lines into the b-register
technorati tags:vim, append, register
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&blog=478535&post=90&subd=princ3&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2007/07/13/append-yanked-and-deletet-lines-to-registers-in-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
		<item>
		<title>Vim commandline</title>
		<link>http://princ3.wordpress.com/2007/07/13/vim-commandline/</link>
		<comments>http://princ3.wordpress.com/2007/07/13/vim-commandline/#comments</comments>
		<pubDate>Fri, 13 Jul 2007 05:05:06 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[terminal]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/2007/07/13/vim-commandline/</guid>
		<description><![CDATA[Today i have my LPIC 101 exam, and while learning i tripped over this two examples:
vi +&#8221;set number&#8221; somefile.txt
vi +/sometext somefile.txt
The first one opens a file and numbers it and the second one opens a file and highlights the searchterm.
technorati tags:vim, commandline, search,numbering
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&blog=478535&post=89&subd=princ3&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2007/07/13/vim-commandline/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
		<item>
		<title>Browsing the Rails API with elinks using rails.vim</title>
		<link>http://princ3.wordpress.com/2007/06/29/browsing-the-rails-api-with-elinks-using-railsvim/</link>
		<comments>http://princ3.wordpress.com/2007/06/29/browsing-the-rails-api-with-elinks-using-railsvim/#comments</comments>
		<pubDate>Fri, 29 Jun 2007 15:50:02 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[rubyOnRails]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/2007/06/29/browsing-the-rails-api-with-elinks-using-railsvim/</guid>
		<description><![CDATA[Add this line to your .vimrc
command -bar -nargs=1 OpenURL :!elinks &#60;args&#62;
technorati tags:rails, vim, elinks,
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&blog=478535&post=87&subd=princ3&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2007/06/29/browsing-the-rails-api-with-elinks-using-railsvim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
		<item>
		<title>Map multiple piped commands in vim</title>
		<link>http://princ3.wordpress.com/2007/06/22/map-multiple-piped-commands-in-vim/</link>
		<comments>http://princ3.wordpress.com/2007/06/22/map-multiple-piped-commands-in-vim/#comments</comments>
		<pubDate>Fri, 22 Jun 2007 06:54:59 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[ruby]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/2007/06/22/map-multiple-piped-commands-in-vim/</guid>
		<description><![CDATA[If you want to map multiple commands in vim do it like this:
nmap &#60;F1&#62; :w\&#124;!ruby %&#60;CR&#62;
imap &#60;F1&#62; &#60;Esc&#62;:w\&#124;!ruby %&#60;CR&#62;
This writes the actual file to disk and  evaluates it through the ruby interpreter when you hit the F1-key.
Alternatively you can do a:
:nmap &#60;F1&#62; :w\&#124;rubyf %&#60;CR&#62;   (no space after the %)
:imap &#60;F1&#62; &#60;Esc&#62;:w\&#124;rubyf %&#60;CR&#62;
which [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&blog=478535&post=85&subd=princ3&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2007/06/22/map-multiple-piped-commands-in-vim/feed/</wfw:commentRss>
		<slash:comments>1</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
		<item>
		<title>Some handy vim commands</title>
		<link>http://princ3.wordpress.com/2007/06/20/some-handy-vim-commands/</link>
		<comments>http://princ3.wordpress.com/2007/06/20/some-handy-vim-commands/#comments</comments>
		<pubDate>Wed, 20 Jun 2007 00:38:36 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/2007/06/20/some-handy-vim-commands/</guid>
		<description><![CDATA[I want to have them in one place so i write them down here:
:g/^#/d Delete all lines that begins with #
:g/^$/d Delete all lines that are empty and contain no tabs
:g/^\s*$/d Delete all lines that are empty
:%s/$/{ctrl-V}{CR}/g Inserts blank line between lines 
:%s/{TAB}*$// Strip tabs at end of line
:g/&#60;pattern&#62;/t$ Copy every line which matches pattern [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&blog=478535&post=84&subd=princ3&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2007/06/20/some-handy-vim-commands/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
		<item>
		<title>Switch case under cursor in vim</title>
		<link>http://princ3.wordpress.com/2007/06/15/switch-case-under-cursor-in-vim/</link>
		<comments>http://princ3.wordpress.com/2007/06/15/switch-case-under-cursor-in-vim/#comments</comments>
		<pubDate>Fri, 15 Jun 2007 03:42:26 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/2007/06/15/switch-case-under-cursor-in-vim/</guid>
		<description><![CDATA[I rarely need this but maybe it comes handy some day :)
just pres the tilde ==&#62;  ~
technorati tags:vim, case, switch
       <img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&blog=478535&post=82&subd=princ3&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2007/06/15/switch-case-under-cursor-in-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
		<item>
		<title>Vim contest: who finds the shortest possible solution of changing an postgreSQL tab into an array ?</title>
		<link>http://princ3.wordpress.com/2007/06/13/vim-contest-who-finds-the-shortest-possible-solution-of-changing-an-postgre-tab-in-an-array/</link>
		<comments>http://princ3.wordpress.com/2007/06/13/vim-contest-who-finds-the-shortest-possible-solution-of-changing-an-postgre-tab-in-an-array/#comments</comments>
		<pubDate>Wed, 13 Jun 2007 02:25:50 +0000</pubDate>
		<dc:creator>princ3</dc:creator>
				<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://princ3.wordpress.com/2007/06/13/vim-contest-who-finds-the-shortest-possible-solution-of-changing-an-postgre-tab-in-an-array/</guid>
		<description><![CDATA[Maybe some of you have realised that i became a little obsessed  in the last days  using vim.
Inspired by this Blog entry I want to start a contest.
Who finds the fastest solution of editing a given postgre table and changing it into an given array ?
What you can win ? Well, the satisfaction [...]<img alt="" border="0" src="http://stats.wordpress.com/b.gif?host=princ3.wordpress.com&blog=478535&post=80&subd=princ3&ref=&feed=1" />]]></description>
		<wfw:commentRss>http://princ3.wordpress.com/2007/06/13/vim-contest-who-finds-the-shortest-possible-solution-of-changing-an-postgre-tab-in-an-array/feed/</wfw:commentRss>
		<slash:comments>8</slash:comments>
	
		<media:content url="http://1.gravatar.com/avatar/f915df7f3f1fe214d30281512b1361cb?s=96&#38;d=identicon&#38;r=G" medium="image">
			<media:title type="html">princ3</media:title>
		</media:content>
	</item>
	</channel>
</rss>