vim

A Faster Git fixup Flow in Vim
Sun, Jun 26, 2022 - ~600 Words
As I work on a branch I often issue fixup commits for changes that I would have wanted to belong to an earlier commit in that branch. For example if I add some tests and then later tweak something small such as the description for the test then I’d like to just fix up that original commit rather than add a new commit just to record the improvement to the test description.
Read more →
Improving Vim/Neovim Rendering Performance
Mon, Apr 15, 2019 - ~400 Words

A work in progress, but if you’re experiencing slow rendering performance in vim or neovim (particularly in Ruby files) then here is a list of things to try for a hopefully smoother experience.

Read more →
Install MacVim on OSX
Sat, Feb 16, 2019 - ~100 Words

TLDR

brew cask install macvim

Read more →