<?xml version="1.0" encoding="utf-8"?>
 
<feed xmlns="http://www.w3.org/2005/Atom" xml:lang="en" xml:base="http://charlieharvey.org.uk/tag/Editor/?view=atom">
 
        <title>Editor Feed</title>
        <subtitle>A feed of things tagged 'Editor', from Charlie Harvey's website</subtitle>
        <link href="http://charlieharvey.org.uk/tag.atom/Editor" rel="self" xml:base="http://http://charlieharvey.org.uk/tag.atom/Editor" />
        <id>http://charlieharvey.org.uk/tag.atom/Editor/</id>
        <updated>2011-05-19T11:22:02Z</updated>
        <author>
                <name>Charlie Harvey</name>
        </author>


        <entry>
                <title>Video: Quick HTML Editing With Vim</title>
                <link rel="alternate" href="http://charlieharvey.org.uk/page/video_quick_html_editing_with_vim" type="text/html" />
                <id>http://charlieharvey.org.uk/page/video_quick_html_editing_with_vim</id>
                <updated>2011-05-19T11:22:02Z</updated>
                <summary><![CDATA[This is the minimalistest of minimalist web casts, just to show off the awesomeness of a couple of vim modules for quick html h4x0ring. Specifically  Surround and snipMate. w00t!]]></summary>
				<author>
					<name>Charlie Harvey</name>
				</author>
        </entry>

        <entry>
                <title>Vim tip - Preview webpage source</title>
                <link rel="alternate" href="http://charlieharvey.org.uk/page/vim_tip___preview_webpage_source" type="text/html" />
                <id>http://charlieharvey.org.uk/page/vim_tip___preview_webpage_source</id>
                <updated>2009-06-14T12:23:45Z</updated>
                <summary><![CDATA[
Here's a neat little trick for people who have a *nix setup, vim and lynx browser. I've remapped my F8 Key to use lynx to dump the nicely formatted source of a web page in a new window. Useful for testing if your site is working. In my .vimrc I added the following lines:


" split at the bottom of the screen
set sb
" map F9 to open the new window, and type the lynx command for you
noremap &lt;F8&gt; :10sp /dev/null&lt;CR&gt;:r! lynx -prettysrc -source http://
" well, you have to be able to refresh!
noremap &lt;F5&gt; :%s/.//&lt;CR&gt;:r! lynx -pretty&lt;UP&gt;&lt;CR&gt;gg0"
]]></summary>
				<author>
					<name>Charlie Harvey</name>
				</author>
        </entry>

 
</feed>


