vim ruby

系统 1368 0

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 

 

下面是我的配置文件:

    "========================================================
" 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的脚本文件放进去了。

现在感觉还是蛮不错的,用这样的编辑器进行简单的语法学习和小规模的应用开发蛮合适的。

 

下面是使用的截图:



 

vim ruby


更多文章、技术交流、商务合作、联系博主

微信扫码或搜索:z360901061

微信扫一扫加我为好友

QQ号联系: 360901061

您的支持是博主写作最大的动力,如果您喜欢我的文章,感觉我的文章对您有帮助,请用微信扫描下面二维码支持博主2元、5元、10元、20元等您想捐的金额吧,狠狠点击下面给点支持吧,站长非常感激您!手机微信长按不能支付解决办法:请将微信支付二维码保存到相册,切换到微信,然后点击微信右上角扫一扫功能,选择支付二维码完成支付。

【本文对您有帮助就好】

您的支持是博主写作最大的动力,如果您喜欢我的文章,感觉我的文章对您有帮助,请用微信扫描上面二维码支持博主2元、5元、10元、自定义金额等您想捐的金额吧,站长会非常 感谢您的哦!!!

发表我的评论
最新评论 总共0条评论