<?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>vim | Nerdpress.org</title>
	<atom:link href="https://nerdpress.org/tag/vim/feed/" rel="self" type="application/rss+xml" />
	<link>https://nerdpress.org</link>
	<description>...dev, tech problems and solutions.</description>
	<lastBuildDate>Fri, 13 Jan 2012 17:01:28 +0000</lastBuildDate>
	<language>en-US</language>
	<sy:updatePeriod>
	hourly	</sy:updatePeriod>
	<sy:updateFrequency>
	1	</sy:updateFrequency>
	<generator>https://wordpress.org/?v=6.9.4</generator>
	<item>
		<title>vim2html</title>
		<link>https://nerdpress.org/2010/02/09/vim2html/</link>
					<comments>https://nerdpress.org/2010/02/09/vim2html/#comments</comments>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Tue, 09 Feb 2010 12:32:02 +0000</pubDate>
				<category><![CDATA[IDE]]></category>
		<category><![CDATA[CSS]]></category>
		<category><![CDATA[css code]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[font tags]]></category>
		<category><![CDATA[Highlighting]]></category>
		<category><![CDATA[HTML]]></category>
		<category><![CDATA[syntax]]></category>
		<category><![CDATA[tags]]></category>
		<category><![CDATA[vim]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=803</guid>

					<description><![CDATA[<p>Meinen Lieblingseditor vim brauche ich an dieser Stelle ja nicht en detail vorzustellen. Ein Feature allerdings, über das ich erst nach jahrelanger Nutzung gestolpert bin, passt sehr gut ins nerdpress: 2html. Was dieses Kommando macht? Na, HTML-Code aus dem Inhalt des aktuellen Puffers as is erzeugen &#8211; optional mit Zeilennummern und CSS-Code. Und so geht &#8230; </p>
<p class="link-more"><a href="https://nerdpress.org/2010/02/09/vim2html/" class="more-link">Continue reading<span class="screen-reader-text"> "vim2html"</span></a></p>
The post <a href="https://nerdpress.org/2010/02/09/vim2html/">vim2html</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>Meinen Lieblingseditor <a title="vim.org" href="http://www.vim.org/" target="_self">vim</a> brauche ich an dieser Stelle ja nicht en detail vorzustellen.</p>
<p>Ein Feature allerdings, über das ich erst nach jahrelanger Nutzung <a title="Bens IT-Kommentare: Dateien aus VIM mit Syntaxhighlighting exportieren" href="http://blog.bmarwell.de/2010/01/23/dateien-aus-vim-mit-syntaxhighlighting-exportieren/">gestolpert bin</a>, passt sehr gut ins <em>nerdpress</em>: 2html.</p>
<p>Was dieses Kommando macht?</p>
<p>Na, HTML-Code aus dem Inhalt des aktuellen Puffers <em>as is</em> erzeugen &#8211; optional mit Zeilennummern und CSS-Code.</p>
<p>Und so geht das:<span id="more-803"></span></p>
<ul>
<li>Syntaxhighlighting einschalten<em><br />
</em></p>
<pre><em>:syntax on</em></pre>
</li>
<li>den Code erzeugen<em><br />
</em></p>
<pre><em>:runtime! syntax/2html.vim  </em>[oder <em><code>:TOhtml</code></em><code>]</code></pre>
</li>
<li>vim springt direkt in das neue split-Fenster, dort sollte man den Code direkt speichern
<pre><em>:w</em></pre>
</li>
</ul>
<p>fertig.</p>
<p>Falls man die Zeilennummern drin haben möchte, hilft vor der HTML-Erzeugung folgendes Kommando <em><br />
</em></p>
<pre><em>:let html_number_lines = 1</em></pre>
<p>Und<em> </em>wenn es CSS sein soll, statt der älteren Font-Tags, geht auch das<em><br />
</em></p>
<pre><em>:let html_use_css = 1</em></pre>
<p>Einfacher geht es kaum&#8230; oder?</p>The post <a href="https://nerdpress.org/2010/02/09/vim2html/">vim2html</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
					<wfw:commentRss>https://nerdpress.org/2010/02/09/vim2html/feed/</wfw:commentRss>
			<slash:comments>1</slash:comments>
		
		
			</item>
		<item>
		<title>vim scp://user@server//path/to/the/file   [EOP]</title>
		<link>https://nerdpress.org/2009/09/11/vim-scpuserserverpathtothefile-eop/</link>
		
		<dc:creator><![CDATA[admin]]></dc:creator>
		<pubDate>Fri, 11 Sep 2009 20:53:31 +0000</pubDate>
				<category><![CDATA[Uncategorized]]></category>
		<category><![CDATA[editor]]></category>
		<category><![CDATA[remote]]></category>
		<category><![CDATA[vim]]></category>
		<guid isPermaLink="false">https://nerdpress.org/?p=238</guid>

					<description><![CDATA[<p>Remote vim. Remote Mate? Haaallooooo?? ;-)</p>
The post <a href="https://nerdpress.org/2009/09/11/vim-scpuserserverpathtothefile-eop/">vim scp://user@server//path/to/the/file   [EOP]</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></description>
										<content:encoded><![CDATA[<p>Remote vim.</p>
<p>Remote Mate? Haaallooooo?? ;-)</p>The post <a href="https://nerdpress.org/2009/09/11/vim-scpuserserverpathtothefile-eop/">vim scp://user@server//path/to/the/file   [EOP]</a> first appeared on <a href="https://nerdpress.org">Nerdpress.org</a>.]]></content:encoded>
					
		
		
			</item>
	</channel>
</rss>
