vim
vim
FEB
14
Uber editor by Bram Moolenaar. Stands for ‘vi mproved,’ alluding to its heritage from the first visual editor (vi == visual) for Unix.
Key mappings and tips
- K — in normal mode, does a
manof the word under the cursor.
Resources
- wikied
a set of scripts for wiki-style editing with vim - Vim Cookbook
some “Recipes” for doing simple — and not so simple — things in vim - Mastering the vi editor
From the University of Hawaii, a fine introduction to vi, all of which should apply to vim - A Markdown syntax file for vim
- vim for PHP programmers, a great slideshow of vim tricks, with focus on editing PHP source.
- (useful) Stupid vim tricks from Slashdot
- Configuring vim right
Some tips on stuff to put in your.vimrcfile
My new favorite Firefox extension
JAN
28
2007
From a tip on the Drupal support list, I tried out the mozex Firefox extension, and it was complete love at first use. While it does allow for using my own handlers for things like mail, telnet, and downloads, the real gem is that it can call an external editor for textareas. read more »
Efficient Editing With vim - Jonathan McPherson
APR
04
2006
