vimrc备份

  1. “我的配色方案
  2. colorscheme morning
  3. “工作在不兼容模式下
  4. set nocp
  5. “打开状态栏标尺,在状态 栏显示光标的行号和列号
  6. set ruler
  7. “搜索时高亮显示被找到的文本
  8. set hls
  9. “打开关键字上色(语法高亮)
  10. syntax on
  11. “加强Backspace的功能
  12. set backspace=indent,eol,start
  13. “使hjkl键可以折行
  14. set whichwrap=b,s,<,>,[,],h,l
  15. “设定不换行
  16. set nowrap
  17. “设置中文字体
  18. set guifontwide=WenQuanYi\ Bitmap\ Song\ 12
  19. “设置英文字体
  20. set guifont=Bitstream\ Vera\ Sans\ Mono\ 12
  21. “不在单词中间断行
  22. set linebreak
  23. ” 打开断行模块对亚洲语言的支持
  24. set fo+=mB
  25. “设置默认首行缩进宽度(shiftwidth)
  26. set shiftwidth=4
  27. “设置文本宽度(textwidth)
  28. set textwidth=78
  29. “设定帮助语言
  30. set helplang=cn
  31. “模仿vi的界面:m,r,b.用”:help guioptions”查看
  32. set guioptions=mrb
  33. “设置字符编码方式
  34. set encoding=utf-8
  35. set fileencoding=chinese

Powered by WordPress with GimpStyle Theme design by Horacio Bella.
Entries and comments feeds. Valid XHTML and CSS.
WopusIDC平台
本站作品如无注明均采用知识共享署名-非商业性使用-相同方式共享 2.5 中国大陆许可协议