Wednesday, May 10, 2006 11:18:50 AM
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
Tuesday, January 3, 2006 1:43:33 PM
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