加入收藏 | 设为首页 | 会员中心 | 我要投稿 李大同 (https://www.lidatong.com.cn/)- 科技、建站、经验、云计算、5G、大数据,站长网!
当前位置: 首页 > 综合聚焦 > 服务器 > 安全 > 正文

vimrc

发布时间:2020-12-15 17:08:42 所属栏目:安全 来源:网络整理
导读:set nu syntax on set guifont=DejaVu Sans Mono 12 set softtabstop=4 set shiftwidth=4 set expandtab set guioptions-=T set nobackup set formatoptions=tcrqn set cindent set smartindent set incsearch set autoindent set encoding=utf-8 set fil
set nu
syntax on
set guifont=DejaVu Sans Mono 12
set softtabstop=4
set shiftwidth=4
set expandtab
set guioptions-=T
set nobackup
set formatoptions=tcrqn
set cindent
set smartindent
set incsearch
set autoindent
set encoding=utf-8
set fileencodings=ucs-bom,utf-8,chinese
set tabstop=4
"Show matching bracets
set showmatch
"
""Get out of VI's compatible mode
set nocompatible
if has("cscope")
set csprg=/usr/bin/cscope
set csto=0
set cst
set nocsverb
" add any database in current directory
if filereadable("cscope.out")
cs add cscope.out
" " else add database pointed to by
" environment
elseif $CSCOPE_DB != ""
cs add $CSCOPE_DB
endif
set csverb
set cscopetag
set cscopequickfix=s-,g-,c-,d-,t-,e-,f-,i-
nmap <C-c><C-s> :cs find s <C-R>=expand("<cword>")<CR><CR>
nmap <C-c><C-g> :cs find g <C-R>=expand("<cword>")<CR><CR>
nmap <C-c><C-c> :cs find c <C-R>=expand("<cword>")<CR><CR>
nmap <C-c><C-t> :cs find t <C-R>=expand("<cword>")<CR><CR>
nmap <C-c><C-e> :cs find e <C-R>=expand("<cword>")<CR><CR>
nmap <C-c><C-f> :cs find f <C-R>=expand("<cfile>")<CR><CR>
nmap <C-c><C-i> :cs find i <C-R>=expand("<cfile>")<CR><CR>
nmap <C-c><C-d> :cs find d <C-R>=expand("<cword>")<CR><CR>
endif
"Have the mouse enabled all the time
"set mouse=a
"
""Set to auto read when a file is changed from the outside
set autoread
"Enable filetype plugin
filetype plugin indent on
colo desert
set hlsearch
"let Tlist_Ctags_Cmd = '/usr/bin/ctags-exuberant'
nnoremap <silent> <F9> :TlistToggle<CR> "let Tlist_Use_Right_Window=1 colorscheme delek "colorscheme evening set ruler

(编辑:李大同)

【声明】本站内容均来自网络,其相关言论仅代表作者个人观点,不代表本站立场。若无意侵犯到您的权利,请及时与联系站长删除相关内容!

    推荐文章
      热点阅读