jamesoff.net




3
Apr
2009
0


Using gvim to edit mail in Outlook

Before you go any further, this isn’t about having gvim embedded in Outlook, or using it automatically as an external editor.

This method lets you use one keystroke to edit a mail in gvim and when you close gvim, it’s put back into the Outlook compose mail window.

(more…)


Permalink | Posted in Exim and email vim and tagged  



16
Jul
2007

Testing posting from Vimpress

Is this thing on?

It looks like I can post from vim, but there’s something in one of my posts that makes Python’s xmlrpc library burst into tears and I can’t view a list of my posts :(


Permalink | Posted in Coding internets vim 



24
Feb
2007
0


Inserting settings into a document in vim

After trying out a new setting in vim, I’ll add it to my .vimrc. This is fine if it’s something like set hlsearch, but if it’s a new setting for the statusbar format or a new grepprg value, it can be quite complex to remember what you need to set it to.

Luckily, vim lets you insert the value of a setting into the document with a few easy-to-remember key strokes.

When in insert mode: Ctrl-r = & followed by the setting name and enter. Don’t know why I didn’t think of it before.


Permalink | Posted in vim