vimrc备份
Posted by 要风得雨 - 10/12/09 at 09:12:11 上午
- “我的配色方案
- colorscheme morning
- “工作在不兼容模式下
- set nocp
- “打开状态栏标尺,在状态 栏显示光标的行号和列号
- set ruler
- “搜索时高亮显示被找到的文本
- set hls
- “打开关键字上色(语法高亮)
- syntax on
- “加强Backspace的功能
- set backspace=indent,eol,start
- “使hjkl键可以折行
- set whichwrap=b,s,<,>,[,],h,l
- “设定不换行
- set nowrap
- “设置中文字体
- set guifontwide=WenQuanYi\ Bitmap\ Song\ 12
- “设置英文字体
- set guifont=Bitstream\ Vera\ Sans\ Mono\ 12
- “不在单词中间断行
- set linebreak
- ” 打开断行模块对亚洲语言的支持
- set fo+=mB
- “设置默认首行缩进宽度(shiftwidth)
- set shiftwidth=4
- “设置文本宽度(textwidth)
- set textwidth=78
- “设定帮助语言
- set helplang=cn
- “模仿vi的界面:m,r,b.用”:help guioptions”查看
- set guioptions=mrb
- “设置字符编码方式
- set encoding=utf-8
- set fileencoding=chinese
Powered by WordPress with GimpStyle Theme design by Horacio Bella.
Entries and comments feeds.
Valid XHTML and CSS.
WopusIDC平台
本站作品如无注明均采用知识共享署名-非商业性使用-相同方式共享 2.5 中国大陆许可协议
最新评论