http://www.g0574.com/viewthread.php?tid=1142
http://blog.csdn.net/wooin/archive/2007/10/31/1858917.aspx
我的系统环境 写道
Ubuntu 8.04
Ruby 1.9
VIM 7.1.138
Exuberant Ctags 5.7, Copyright (C) 1996-2007 Darren Hiebert
Compiled: Nov 14 2008, 14:57:42
Addresses: <dhiebert@users.sourceforge.net>, http://ctags.sourceforge.net
Optional compiled features: +wildcards, +regex
Ruby 1.9
VIM 7.1.138
Exuberant Ctags 5.7, Copyright (C) 1996-2007 Darren Hiebert
Compiled: Nov 14 2008, 14:57:42
Addresses: <dhiebert@users.sourceforge.net>, http://ctags.sourceforge.net
Optional compiled features: +wildcards, +regex
下面是我的配置文件:
"======================================================== " Set vim colorscheme colorscheme desert "======================================================== "======================================================== " syntax highlight syntax enable syntax on "======================================================== "======================================================== " Add the WinManagerWindow " ======================================================= let g:winManagerWindowLayout='FileExplorer|TagList' nmap wm :WMToggle<cr> "======================================================== " Add the tagList "======================================================== let Tlist_Show_One_File=1 let Tlist_Exit_OnlyWindow=1 "======================================================== " SuperTab Retain Completion " ======================================================= let g:SuperTabRetaincompletionType=2 "======================================================== " Set the nocompatible for the vim not vi " ======================================================= set nocompatible set nu "======================================================== " Set the key map " ======================================================= map <F4> :w <CR> :!ctags -R % <CR> :TlistUpdate <CR> imap <F4> <Esc><F4> imap <F5> <Esc><F5> imap <F6> <Esc><F6> inoremap <C-space> <Esc> map <C-s> <Esc>:w<CR>a imap <C-s> <Esc><C-s> map <C-f> :%s/ imap <C-f> <Esc><C-f> map <A-a> <Esc>ggVG imap <A-a> <Esc><A-a> map <C-c> "+y imap <C-c> <Esc><C-c> map <C-v> p imap <C-v> <Esc><C-v> "======================================================== " Set the local " ======================================================= setlocal encoding=utf-8 setlocal expandtab setlocal autowrite setlocal tabstop=2 shiftwidth=2 softtabstop=2 setlocal autoindent "======================================================== " Set the filetype " ======================================================= filetype on filetype indent on filetype plugin on "======================================================== " Set the auto complete opt " ======================================================= set completeopt=longest,menu "======================================================== " Set the vim for the dictionary and other basic setting " ======================================================= "设置文件浏览器目录为当前目录 set nocompatible set autochdir "设置编码 set enc=utf-8 "设置文件编码 set fenc=utf-8 "设置文件编码检测类型及支持格式 set fencs=utf-8,gb18030,gbk,gb2312
在配置了上述文件后,我又将附件中的各个vim的脚本文件放进去了。
现在感觉还是蛮不错的,用这样的编辑器进行简单的语法学习和小规模的应用开发蛮合适的。
下面是使用的截图: