by beka mae | Mar 9, 2018 | Web Development
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’...
by beka mae | Jan 21, 2018 | Entertaining Myself, Web Development
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,...
by beka mae | Apr 10, 2015 | Entertaining Myself
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...