[阅读: 1652] 2007-09-28 03:19:36
syntax on
set autoindent
set cin
set ic
set hls
set wrap
set vb
set tabstop=4
set shiftwidth=4
let &termencoding = &encoding
set encoding=utf-8
set nu
let perl_fold=1
set showmatch
set ignorecase smartcase
set nomodeline
:nmap <C-n> :tabnext<cr>
:nmap <C-t> :tabnew<cr>