Andrew McDonough

Please note: This page is imported from my wiki, which hasn't been updated in over 10 years. Some of the formatting was lost during the import. I'll try to get around to fixing it someday.

Vim

Vim is the most popular clone of the vi text editor, and is my text editor of choice for programming.

.vimrc

set noautoindent set tabstop=2 set shiftwidth=2 set backspace=2

map ;s :!php -l %

map ;w oprint STDERR “\n”;hhhi

map ;e :!php %


Andrew McDonough

Andrew McDonough is a consultant CTO and software developer, currently based between Berlin and London.

Follow Andrew on Twitter or Connect on LinkedIn