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,...

Clean Up Microsoft Word in Vim for HTML

Sometimes I get these Word docs that need to be used in WordPress or PHPlist. Sending out mass attachments is a huge no-no so I needed a way to quickly clean these things up in vim. I’m sure there are other tools out there that could do this in one or two clicks...