My .vimrc

set nocompatible ” be iMproved, required set shell=/bin/bash filetype off ” required set t_Co=256 ” set the runtime path to include Vundle and initialize set rtp+=~/.vim/bundle/Vundle.vim call vundle#begin() Plugin ‘VundleVim/Vundle.vim’...
Vim cheat sheet

Vim cheat sheet

With my ADHD remembering these things comes and goes, especially if I’m not using it every day. ysst – surround on current line, ignore whitespace, no indent y_ou s_surround(ing) s_selection t_ag ySS – surround, put surrounded text on own line,...

Adding Custom CSS to Bones WordPress Theme

I love Themble’s Bones theme as a WordPress theme starter. I’ve used several over the years. TidyTheme’s blankslate is my second favorite but this post is about Bones! Bones is meant to be used without Child themes which, honestly I’ve never...