|
马上注册,结交更多好友,享用更多功能,让你轻松玩转社区。
您需要 登录 才可以下载或查看,没有账号?注册
x
colorscheme desert
set background=dark
let g:rainbow_active = 1
set ai
set shiftwidth=4
set hlsearch
set showmatch
set linespace=6
set number
set guifont=Inconsolata\ 17
set cuc cul
set nocompatible
set nobackup
set noswapfile
set history=1024
set whichwrap=b,s,<,>,[,]
set nobomb
set backspace=indent,eol,start whichwrap+=<,>,[,]
set clipboard+=unnamed
set winaltkeys=no
set ignorecase
set incsearch
set ai
set smartindent
set nu
set ts=4
set expandtab
set softtabstop=4
set shiftwidth=4
set autoindent
syntax on
syntax enable
nmap <BS> <C-Y>
nmap <TAB> <C-Y>
nmap <SPACE> <C-E>
nmap fw :w<CR>
function! TitleInsert ()
endfunction
: nmap <F2> :call TitleInsert ()<CR>
func SetTitle ()
endfunc
function! Esc ()
endfunction
: nmap <Esc> : call Esc()<CR>
runtime macros/matchit.vim
let b:match_ignorecase=0
let b:match_words=
\ '\<begin\>:\<end\>,' .
\ '\<case\>\|\<casez\>\|\<casex\>:\<endcase\>,' .
\ '\<module\>:\<endmodule\>,' .
\ '\<if\>:\<else\>,' .
\ '\<class\>:\<endclass\>,' .
\ '\<task\>:\<endtask\>,' .
\ '\<function\>:\<endfunction\>,' .
\ '\<specify\>:\<endspecify\>,' .
\ '\`ifdef\>:`else\>:`endif\>,' .
\ '\`ifdef\>:`endif\>,' .
\ '\ifndef\>:`else\>:`endif\>,'
map <F3> :NERDTreeMirror<CR>
map <F3> :NERDTreeToggle<CR>
let g:NERDTreeDirArrowExpandable = '+'
let g:NERDTreeDirArrowCollapsible = '-'
let g:NERDTreeShowLineNumbers=0
let g:NERDTreeHidden=0
set clipboard+=unnamed
set ruler
set so=6
let g:airline#extensions#tabline#enabled = 1
set t_Co=2561
set encoding=utf-8
set langmenu=zh_CN.utf-8
set ambiwidth=double
nnoremap b :bp<cr>
nnoremap B :bn<cr>
|
|