首页 > 代码库 > 我的vimrc
我的vimrc
1 #set number 2 set showmatch 3 set hlsearch 4 set incsearch 5 set ruler 6 set cursorline 7 set cursorcolumn 8 9 set tabstop=210 set expandtab11 set shiftwidth=212 set autoindent13 set nocompatible14 set backspace=indent,eol,start15 16 syntax on17 18 au BufNewFile,BufRead *.gv setf Verilog19 au BufNewFile,BufRead *.sv set filetype=systemverilog20 21 map <F5> :e! <CR>22 map <F11> :set autoindent<CR>23 map <F12> :set noautoindent<CR>
我的vimrc
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。