Chinaunix首页 | 论坛 | 博客
  • 博客访问: 403332
  • 博文数量: 49
  • 博客积分: 6020
  • 博客等级: 准将
  • 技术积分: 520
  • 用 户 组: 普通用户
  • 注册时间: 2006-03-18 21:36
文章分类

全部博文(49)

文章存档

2008年(14)

2007年(4)

2006年(31)

我的朋友

分类: LINUX

2008-04-19 11:26:52

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) |
给主人留下些什么吧!~~