Vim
I’ve been using Vim since 2002 and have arranged to have my ~/.vimrc
read out
as a reading at my funeral.
Writing Markdown in Vim
A reference of how I have things configured.
Tips for using Github Copilot in Vim
Two recommendations for using Copilot effectively.
Vim's useful lists
A reference post of Vim’s lists and tips on using them effectively.
A Vim mapping for opening virtualenv files
A useful cnoremap
for Python development.
Easy Github URLs from Vim
A super-useful Vim mapping for grabbing Github URLs.
Software development tips – part 1
Topics: development, tools and effective teams.
Vim text-objects for Python development
The nouns of your Vim thought stream.
Debugging Vim by example
A series of short stories.
Using black and isort with Vim
The simplest way to run both in a project.
Using the silver searcher with Vim
Lightning-fast :grep searching in Vim
Vim macros for adding i18n support to Django templates
Using macros to automate the boring stuff