Other pages: Cats | Contact | Cool Links | Openbook | Friends | Uses | Top4
Generating a Neovim Reference Card with Nix
I started learning emacs the other day, and I happened to stumble upon this reference card, designed by Stephen Gildea: It’s beautiful (and GPLv3)! So naturally I wanted to make my own. My initial concern was that if I updated my Neovim config, I’d have to remember to update the card too, essentially duplicating my workload. And programmers famously always remember to update the docs after updating the code… ...