To follow this little screencast tutorial on editing Web applications:
- apt-get install vim curl subversion on a Debian install
- Letterly source I use for an example
- .vimrc see CleverTab()
- HTML5 VIM script for validator.nu
Recorded with recordmydesktop—follow-mouse -width 256 -height 256. I had to record it on my Thinkpad X40 as my X61 sound setup suffers from some sort of overrun. Couldn’t figure out jackd.
Validator.nu is for helping find problems with HTML not PHP, so sorry for the sideline 2:30 mins in the video.
Finally also “checkout” Google doctype.
Christmas has come early and vim7 has finally made its way on my unstable machine thanks to the miracle of dist-upgrade.
I’ve made some notes on my faq.
So far the feature that might change my life forever, is omnicompletion.
Spelling is a little disappointing. In the help page it says hitting CTRL-X after a misspelled word will present some alternatives. Doesn’t work for me. Starting spell support is quite ugly: :setlocal spell spelllang=en_gb Am I supposed to put that in my .muttrc? As it doesn’t setup automatically when editing mail. Might just stick with aspell for the time being.
Tabs are cool. I’ll use them. Before I used to split and minimize windows. Kinda ugly really.
I am still desperately looking for something that can close HTML tags or something that can assist me writing HTML. Some basic well formedness check would be nice.
:hardcopy looks cool, but it doesn’t seem to be able to hardcopy Korean letters. Perhaps I am missing some Korean fonts in my postscript path. After peeking at “postscript-cjk-printing”, it looks like I need to install some fonts. Argh! How in Debian?
Ok good luck vim7 users.
Update:
* Undo actually behaves better. I was a little too hasty in my initial tests.
* Bracket highlighting, nice.
