Quantcast
Channel: Ken Guest's online diary » vim
Browsing latest articles
Browse All 7 View Live

quicker way to code in vim

I’ve been experimenting with Thomas Link’s excellent tSkeleton plugin for the vim editor recently. tSkeleton provides file templates and code skeletons which are parsed and expanded when you edit your...

View Article



phpDocumentor for Vim

Tobias Schlitt wrote an excellent “phpDocumentor for Vim” plugin that I’ve started using in work. It works very well at generating phpDocumentor tags with intelligent defaults, some based on the code...

View Article

Frappr’s map of Vim users

Just a quick note to say I’ve joined Frappr’s map of Vim users – have you? As an aside, Frappr seems to be quite similar to Orkut, in that it is a community site for staying in touch with [and making...

View Article

using F5 to toggle spellcheck in vim 7

After having this working for a while, I thought I'd share this section from my .vimrc: inoremap <silent> <F5> <c -O>:call SpellToggle()<cr> map <silent> <F5> :call...

View Article

ViM for PHP Programmers

I got to read the presentation notes that Andrei Zmievski from Yahoo put on the web after giving his talk on ViM for PHP Programmers at the PHP Vancouver Conference. I’ve been using vim for ages (at...

View Article


fold error in javascript.vim

I discovered Yi Zhao’s replacement for javascript.vim which has better syntax highlighting for .js files. One slight problem though – straight after I copied it into my ~/.vim/syntax directory all my...

View Article

Integrating JavaScript lint with vim

After looking for a lint program for JavaScript, I’ve found JavaScript Lint and after a few pokes around the documentation and forum, got it installed and integrated with vim. I posted this information...

View Article
Browsing latest articles
Browse All 7 View Live




Latest Images