Archive for the ‘vim’ Category

Executing MySQL queries within VIM

Friday, August 1st, 2008

I haven't been using vim for very long, but I've gotten over the initial learning curve of getting used to the different editing modes. With some help from the guys in #vim on irc.freenode.net, I managed to get this gem: map <C-d> :call SwitchDB()<CR> :function SwitchDB() : ...