 
    
<?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>exit Archives - Complete, Concrete, Concise</title>
	<atom:link href="https://complete-concrete-concise.com/tag/exit/feed/" rel="self" type="application/rss+xml" />
	<link>https://complete-concrete-concise.com/tag/exit/</link>
	<description>Practical Information Without The Bloat</description>
	<lastBuildDate>Mon, 22 Jan 2018 11:59:27 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9</generator>
	<item>
		<title>How to Exit Vim</title>
		<link>https://complete-concrete-concise.com/vim/how-to-exit-vim/</link>
		
		<dc:creator><![CDATA[richardsplanet]]></dc:creator>
		<pubDate>Mon, 22 Jan 2018 11:59:27 +0000</pubDate>
				<category><![CDATA[Vim]]></category>
		<category><![CDATA[exit]]></category>
		<category><![CDATA[how to]]></category>
		<category><![CDATA[linux]]></category>
		<category><![CDATA[quit]]></category>
		<category><![CDATA[terminal]]></category>
		<category><![CDATA[understanding]]></category>
		<category><![CDATA[vim]]></category>
		<guid isPermaLink="false">http://www.complete-concrete-concise.com/?p=3362</guid>

					<description><![CDATA[<p>Simple help on exiting Vim.</p>
<p>The post <a href="https://complete-concrete-concise.com/vim/how-to-exit-vim/">How to Exit Vim</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></description>
										<content:encoded><![CDATA[<div class="preamble">
<p>While Vim has a steep learning curve, you can <a href="//complete-concrete-concise.com/writing/5-minute-vim-tutorial">learn enough Vim in 5 minutes</a> to not be completely lost when you use it.</p>
</div>
<p>To exit Vim you need to be in <span class="mark">Normal Mode</span>.</p>
<p>To get to <span class="mark">Normal Mode</span> press the <span class="kbd">Escape</span> key twice. Your computer may beep at you, but that is OK.</p>
<p>Type <span class="kbd">:q!</span> followed by the <span class="kbd">Enter</span> key to <strong>quit without saving</strong>.</p>
<p>Type <span class="kbd">:x!</span> followed by the <span class="kbd">Enter</span> key to <strong>save changes and exit</strong>.</p>
<div class="hint">
<p>If you see <strong>recording</strong> in the lower left corner of the screen, press <span class="kbd">q</span> to exit recording mode, then proceed as described above.</p>
<pre class="vim"><code>
  &lt;body&gt;
    &lt;!-- page content goes here --&gt;
    &lt;p&gt;This is some dummy content.&lt;/p&gt;
  &lt;/body&gt;
&lt;/html&gt;
~
~
~
recording @q                            1,1           All</code></pre>
<p>&nbsp;
</p></div>
<p>The post <a href="https://complete-concrete-concise.com/vim/how-to-exit-vim/">How to Exit Vim</a> appeared first on <a href="https://complete-concrete-concise.com">Complete, Concrete, Concise</a>.</p>
]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
