<?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/Vim/?view=atom">
 
        <title>Vim Feed</title>
        <subtitle>A feed of things tagged 'Vim', from Charlie Harvey's website</subtitle>
        <link href="http://charlieharvey.org.uk/tag.atom/Vim" rel="self" xml:base="http://http://charlieharvey.org.uk/tag.atom/Vim" />
        <id>http://charlieharvey.org.uk/tag.atom/Vim/</id>
        <updated>2012-02-21T09:06:36Z</updated>
        <author>
                <name>Charlie Harvey</name>
        </author>


        <entry>
                <title>Vim Tip: Edit GPG files transparently</title>
                <link rel="alternate" href="http://charlieharvey.org.uk/page/edit_gpg_files_with_vim" type="text/html" />
                <id>http://charlieharvey.org.uk/page/edit_gpg_files_with_vim</id>
                <updated>2012-02-21T09:06:36Z</updated>
                <summary><![CDATA[
  A super quick Vim tip today courtesy of Patrick R. McDonald. I was looking for a nice way to have Vim open up files that I had GPGed. That is how I store passwords and its a faff and potentially insecure to decrypt, edit and resave. Nicer to have Vim open your GPG file directly. Patrick&#8217;s solution, Using GPG with Vi, based on work by Wouter Hanegraaff is just what I needed, using Vim&#8217;s aucmd functionality to prompt for passwords and to switch off viminfo and swap file. The caveat is that your kernel may write decrypted data to swap. But then of course you&#8217;ve encrypted your swap partition, right?
]]></summary>
				<author>
					<name>Charlie Harvey</name>
				</author>
        </entry>

        <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>January 2011 Reading</title>
                <link rel="alternate" href="http://charlieharvey.org.uk/page/2011_01_reading" type="text/html" />
                <id>http://charlieharvey.org.uk/page/2011_01_reading</id>
                <updated>2011-02-25T22:16:20Z</updated>
                <summary><![CDATA[
                This is a frankly awesome critique of the (mid-90s) left&#39;s &#39;master&#39; narritive of totalised global capitalism. The books central insights are gleaned from feminism and are all about the possibility of imagining non-capitalist economies and acknowledging that those economies actually exist alongside and inside global capitalism. Like a sort of Judith Butler for Marxian political economists.
            
        
        2011-01-29 by Charlie Harvey
        &nbsp;
        &nbsp;
    

    
        
            
                 The Situationists and The City, Ed Tom McDonough
            
        

        
            ]]></summary>
				<author>
					<name>Charlie Harvey</name>
				</author>
        </entry>

        <entry>
                <title>Vimperator Tip: Cut and paste with ctrl-c/ctrl-v</title>
                <link rel="alternate" href="http://charlieharvey.org.uk/page/vimperator_cut_and_paste" type="text/html" />
                <id>http://charlieharvey.org.uk/page/vimperator_cut_and_paste</id>
                <updated>2011-02-15T21:51:59Z</updated>
                <summary><![CDATA[I'm a huge fan of the Vimperator Firefox plugin. It works just like you'd want it to and doesn't break much. Well, it breaks one useful thing, which is the almost universal ctrl-c/ctrl-v cut and paste shortcuts. So, I was well chuffed to find a Vimperator cut and paste tip on superuser. I've extended the tip so that it works in all of the Vim modes.]]></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>


