<?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.lundscape.com &#187; Vim</title>
	<atom:link href="http://blog.lundscape.com/tag/vim/feed/" rel="self" type="application/rss+xml" />
	<link>http://blog.lundscape.com</link>
	<description>The Linux Journey</description>
	<lastBuildDate>Tue, 31 Jan 2012 01:55:34 +0000</lastBuildDate>
	<language>en</language>
	<sy:updatePeriod>hourly</sy:updatePeriod>
	<sy:updateFrequency>1</sy:updateFrequency>
	<generator>http://wordpress.org/?v=3.3.1</generator>
		<item>
		<title>The Typical Vim Reaction</title>
		<link>http://blog.lundscape.com/2009/02/the-typical-vim-reaction/</link>
		<comments>http://blog.lundscape.com/2009/02/the-typical-vim-reaction/#comments</comments>
		<pubDate>Thu, 19 Feb 2009 05:35:26 +0000</pubDate>
		<dc:creator>Zachary Lund</dc:creator>
				<category><![CDATA[Rant]]></category>
		<category><![CDATA[Vim]]></category>
		<category><![CDATA[Ed]]></category>
		<category><![CDATA[Emacs]]></category>
		<category><![CDATA[LaTeX]]></category>
		<category><![CDATA[Mac OS X]]></category>
		<category><![CDATA[Mutt]]></category>
		<category><![CDATA[SSH]]></category>

		<guid isPermaLink="false">http://blog.lundscape.com/?p=39</guid>
		<description><![CDATA[Every now and then I feel permitted to go on a rant. It&#8217;s unfortunate because this isn&#8217;t even a particularly good rant. Why do so many of my (instant messaging) conversations with others about Vim look like this? Chris: do you use an IDE? Chris: and if so which one? Zachary: um, I generally use [...]]]></description>
			<content:encoded><![CDATA[<p>Every now and then I feel permitted to go on a rant. It&#8217;s unfortunate because this isn&#8217;t even a particularly good rant. Why do so many of my (instant messaging) conversations with others about Vim look like this?</p>
<p><b>Chris:</b> do you use an IDE?<br />
<b>Chris:</b> and if so which one?<br />
<b>Zachary:</b> um, I generally use vim:-P<br />
<b>Chris:</b> gah</p>
<p><a href="http://www.vim.org/">Vim</a> is a great text editor. It&#8217;s a step up from <a href="http://cs.wellesley.edu/~cs249/Resources/ed_is_the_standard_text_editor.html">Ed</a> which is the standard text editor. I started using Vim five years ago. That was about the time that I discovered secure shell, and I started administering servers and other computers remotely. It turns out that Vim was the best text editor over a secure shell session, and since most of my machines ran Mac OS X at the time, Emacs was a terrible option. (I&#8217;m not really sure what you call Emacs on Mac OS X. You probably shouldnt&#8217; call it Emacs.) I limped along using very basic Vim functionality over secure shell for a while. Then I discovered a useful <a href="http://www.viemu.com/a_vi_vim_graphical_cheat_sheet_tutorial.html">graphical tutorial</a> for Vim, and it became considerably more useful.</p>
<p>Now I use Vim because every other text editor or word processor is slower and requires the use of a mouse. (Gah!) I write most of my documents in <a href="http://www.latex-project.org/">LaTeX</a> using Vim. I read my email in <a href="http://www.mutt.org/">Mutt</a> and compose emails in Vim. I use Vim almost exclusively to edit code and configuration files on my workstations and servers which works well because it does a good job of syntax highlighting and smart indentation.</p>
<p>A few years ago, I wouldn&#8217;t have thought I&#8217;d be using Vim exclusively, and it was somewhat by accident that I switched, but now that I am using it, I would be unable to go back.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lundscape.com/2009/02/the-typical-vim-reaction/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
		<item>
		<title>Pasting in Vim</title>
		<link>http://blog.lundscape.com/2009/02/pasting-in-vim/</link>
		<comments>http://blog.lundscape.com/2009/02/pasting-in-vim/#comments</comments>
		<pubDate>Tue, 17 Feb 2009 19:44:24 +0000</pubDate>
		<dc:creator>Zachary Lund</dc:creator>
				<category><![CDATA[Vim]]></category>
		<category><![CDATA[Text]]></category>

		<guid isPermaLink="false">http://blog.lundscape.com/?p=34</guid>
		<description><![CDATA[I find it very annoying when I paste text into a Vim, and it decides to re-tab everything and comment all lines after a comment. I decided to see if I could find a solution because ":set nosi noai" doesn't do the trick.]]></description>
			<content:encoded><![CDATA[<p>I find it very annoying when I paste text into a Vim, and it decides to re-tab everything and comment all lines after a comment. I decided to see if I could find a solution because &#8220;:set nosi noai&#8221; doesn&#8217;t do the trick. Stack Overflow has a <a href="http://stackoverflow.com/questions/58774/how-do-you-paste-multiple-tabbed-lines-into-vi">solution</a> that works very well:</p>
<pre>&lt;Esc&gt; :set paste
&lt;paste all you want&gt;
&lt;Esc&gt; :set nopaste</pre>
<p>It&#8217;s such a simple solution for a problem that has annoyed me for quite a while.</p>
]]></content:encoded>
			<wfw:commentRss>http://blog.lundscape.com/2009/02/pasting-in-vim/feed/</wfw:commentRss>
		<slash:comments>0</slash:comments>
		</item>
	</channel>
</rss>

