VIM Tricks ========== Commands. *, # search for keywords under the cursor. To Display Japanese in Windows GVIM: :language ja :set encoding=utf-8 :set guifont=MS_Gothic:h9:cSHIFTJIS Or: :set encoding=utf-8 :set guifont=MS_Gothic:h9:cANSI To display a diff: gvim -d file1 file2 -- set display=uhex To see hex. --- help quickref Windowing Tricks: ================= Rotate: CTRL-W r Make Windows Equal: CTRL-W = Make Current WIndow Big: CTRL-W _ --- Don't like tabs and want spaces? set et will set it to tabstop (ts) and shiftwith To reset set noet