Vim

I’ve been using Vim since 2002 and have arranged to have my ~/.vimrc read out as a reading at my funeral.

June 06, 2023
Writing Markdown in Vim

A reference of how I have things configured.

January 06, 2023
Tips for using Github Copilot in Vim

Two recommendations for using Copilot effectively.

May 03, 2021
Vim
Vim's useful lists

A reference post of Vim’s lists and tips on using them effectively.

November 16, 2020
Vim
A Vim mapping for opening virtualenv files

A useful cnoremap for Python development.

June 23, 2020
Easy Github URLs from Vim

A super-useful Vim mapping for grabbing Github URLs.

February 26, 2020
Software development tips – part 1

Topics: development, tools and effective teams.

June 13, 2019
Vim text-objects for Python development

The nouns of your Vim thought stream.

March 28, 2019
vim
Debugging Vim by example

A series of short stories.

March 08, 2019
vim
Using black and isort with Vim

The simplest way to run both in a project.

June 17, 2014
vim
Using the silver searcher with Vim

Lightning-fast :grep searching in Vim

July 06, 2012
Vim macros for adding i18n support to Django templates

Using macros to automate the boring stuff