Wednesday, 10. May 2006, 11:18:50
vi, vim
Some day I really need to start maintaining links in a cross-browser, shareable fashion. And no, delicious doesn't count as such.
http://www.rayninfo.co.uk/vimtips.htmlhttp://tnerual.eriogerg.free.fr/vimqrc.html
Wednesday, 15. February 2006, 15:26:35
vi, vim
#http://www.pro-linux.de/news/2002/4799.html
:let html_number_lines = 1
:let html_use_css = 1
:runtime! syntax/2html.vim
Tuesday, 3. January 2006, 13:43:33
Gentoo, vim, vi, gvim
* To enable UTF-8 viewing, set guifont and guifontwide:
* :set guifont=-misc-fixed-medium-r-normal-*-18-120-100-100-c-90-iso10646-1
* :set guifontwide=-misc-fixed-medium-r-normal-*-18-120-100-100-c-180-iso10646-1
*
* note: to find out which fonts you can use, please read the UTF-8 help:
* :h utf-8
*
* Then, set read encoding to UTF-8:
* :set encoding=utf-8
* To see what's new in this release, use :help version6.txt
* To enable command-line completion for gvim, run:
*
* eselect bashcomp enable gvim