set helplang=cn
set nocompatible
set hls
set showcmd
set nu
set ru
set go-=m
set go-=T
set cindent shiftwidth=4
set backspace=indent,eol,start
set tabstop=4
set textwidth=80
set expandtab
set autochdir
set guifont=simsun\ 14
set ls=2
set fileencodings=gbk,utf8
syn on
colorscheme desert
inoremap [] []
inoremap () ()
inoremap {} {}
vnoremap "*y
vnoremap "*x
map "*p
map h
map j
map k
map l
let Tlist_Use_Right_Window = 1
let Tlist_Auto_Update = 1
let Tlist_File_Fold_Auto_Close = 1
let Tlist_WinWidth = 20
"let Tlist_Auto_Open = 1
let g:winManagerWindowLayout='FileExplorer'
set cscopequickfix=s-,c-,d-,i-,t-,e-
set tags+=/home/shenjch/chip/tags
set path+=/home/shenjch/chip/**/include
cs add /home/shenjch/chip/cscope.out /home/shenjch/chip/
nmap :cw
nmap :cn
nmap :cp
nmap :WMToggle
nmap :Tlist
nmap :cs find c =expand("")
nmap :cs find s =expand("")
map :w!
imap :w!
nmap +
nmap +
map :BufExplorer
filetype plugin indent on
set completeopt=longest,menu
inoremap pumvisible() ? "\" : "\u\"
inoremap pumvisible() ? "\" : "\\=pumvisible() ? \"\\\" : \"\\\""
inoremap pumvisible() ? "\" : "\\\\\=pumvisible() ? \"\\\" : \"\\\""
阅读(1295) | 评论(0) | 转发(0) |