"" (for Chinese) "" Set file encoding format as 'taiwan' for Chinese "" Only fe is only set when in rxvt which defines COLORTERM "" environment variable if exists("$COLORTERM") set fe=taiwan endif "" (for Chinese) "" Set ruler on, you must set this to ensure "" the Chinese functionality of gvim set ru "" Set visual bell and disable screen flash :set vb t_vb= "" Toggle on/off highlightsearch map :set hls!set hls? "" Toggle on/off paste mode map :set paste!set paste? "" You can toggle the syntax on/off with this command if has("syntax_items") | syntax off | else | syntax on | endif map :if has("syntax_items") syntax off else syntax on endif syntax on "" Set non-compatible with vi set nocompatible "" Set backup extension set backup set backupext=.bak "" Map for parenthesis matching map \ %