<?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>Open source blog, linux, php, python, security &#187; install vim</title>
	<atom:link href="http://www.alonon.net/tag/install-vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://www.alonon.net</link>
	<description></description>
	<lastBuildDate>Wed, 18 Aug 2010 20:03:38 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.0.1</generator>

   <image>
    <title>Open source blog, linux, php, python, security</title>
    <url>http://1.gravatar.com/avatar/5152c5736f5f8dd9570ffb2f9068e8ab?s=</url>
    <link>http://www.alonon.net</link>
   </image>
		<item>
		<title>The best text editor: Vim</title>
		<link>http://www.alonon.net/the-best-text-editor-vim/</link>
		<comments>http://www.alonon.net/the-best-text-editor-vim/#comments</comments>
		<pubDate>Fri, 26 Feb 2010 15:14:54 +0000</pubDate>
		<dc:creator>ALonon</dc:creator>
				<category><![CDATA[Linux]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[install vim]]></category>
		<category><![CDATA[text]]></category>
		<category><![CDATA[vi]]></category>
		<category><![CDATA[vim]]></category>

		<guid isPermaLink="false">http://www.alonon.net/?p=182</guid>
		<description><![CDATA[Vim is the best text editor, i have ever used.  I&#8217;m using vim while coding with pyton,html and css. How to install vim sudo apt-get install vim vim-common vim-gnome Usage and some features You can open a file with using: vi open_me.txt Command mode: letters or sequence of letters interactively command vi. Commands are case &#8230; <a href="http://www.alonon.net/the-best-text-editor-vim/">Read more <span class="meta-nav">&#8594;</span></a>]]></description>
			<content:encoded><![CDATA[<p>Vim is the best text editor, i have ever used.  I&#8217;m using vim while coding with pyton,html and css.</p>
<p><strong>How to install vim</strong></p>
<blockquote><p>sudo apt-get install vim vim-common vim-gnome</p></blockquote>
<p><strong>Usage and some features</strong></p>
<p>You can open a file with using: vi open_me.txt</p>
<ol>
<li><strong>Command mode:</strong> letters or sequence of letters             interactively command vi. Commands are case sensitive.             The ESC key can end a command.</li>
<li><strong>Insert mode:</strong> Text is inserted. The ESC key             ends insert mode and returns you to command mode. One             can enter insert mode with the &#8220;i&#8221; (insert), &#8220;a&#8221;             (insert after), &#8220;A&#8221; (insert at end of line), &#8220;o&#8221; (open             new line after current line) or &#8220;O&#8221; (Open line above             current line) commands.</li>
<li><strong>Command line mode:</strong> One enters this mode by             typing &#8220;:&#8221; which puts the command line entry at the             foot of the screen.</li>
</ol>
<p>there are some usefull commands, i took the image from &#8220;Learning the vi and Vim Editors&#8221; books. You can look over if  you want.</p>
<p><a href="http://www.alonon.net/wp-content/uploads//2010/02/vim_shourtcut.png"><img class="aligncenter size-full wp-image-183" title="vim_shourtcut" src="http://www.alonon.net/wp-content/uploads//2010/02/vim_shourtcut.png" alt="" width="832" height="349" /></a></p>

	Tags: <a href="http://www.alonon.net/tag/editor/" title="editor" rel="tag">editor</a>, <a href="http://www.alonon.net/tag/install-vim/" title="install vim" rel="tag">install vim</a>, <a href="http://www.alonon.net/tag/text/" title="text" rel="tag">text</a>, <a href="http://www.alonon.net/tag/vi/" title="vi" rel="tag">vi</a>, <a href="http://www.alonon.net/tag/vim/" title="vim" rel="tag">vim</a><br />

	<h4>Related posts</h4>
	<ul class="st-related-posts">
	<li>No related posts.</li>
	</ul>

]]></content:encoded>
			<wfw:commentRss>http://www.alonon.net/the-best-text-editor-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>
