Tag: vim

  • HTML tag matching in vim

    My Vim knowledge sure comes in handy when I need to edit code from the command line and when it comes to hand coding large HTML, CSS, or PHP files, I’m thankful for the matchit vim tag matching macro. It doesn’t come activated by default (I found that out after re-installing OS X from scratch).…

  • VIM quick reference

    This custom VIM reference chart is organized for me – but you can borrow it. There are lots of quick VIM reference charts, but this one is mine. It has the stuff I’m always looking for and none of the crap I don’t need. VIM quick reference cheat sheet (from ViEmu.com) David’s frequently used &…

  • Context menu issues with gVim in Windows 7 x64

    Over the years I’ve developed a serious vi editor habit (mostly from my days working as a system administrator). I use it for coding in PHP, c, and perl because it is convenient and lightweight. Since gVim has been available for Windows, I have never had any issues running it on my home computer and…