Vim Cheatsheet ⱈ
Baby Steps
hmove cursor to the leftjmove downkmove uplmove rightiGo into Insert mode<ESC><C-C><C-[>Go back to Normal mode
h move cursor to the leftj move downk move upl move righti Go into Insert mode<ESC><C-C><C-[> Go back to Normal modeI built this guide because I could never quite wrap my head around Makefiles. They seemed awash with hidden rules and esoteric symbols, and asking simple questions didn’t yield simple answers. To solve this, I sat down for several weekends and read everything I could about Makefiles. I’ve condensed the most critical knowledge into this guide. Each topic has a brief description and a self contained example that you can run yourself.
You can find the source code for my config here.