首页 > 代码库 > mini vimrc
mini vimrc
Mini version:
set enc=utf-8 ffs=unix,dos,mac lm=zh_CN.utf-8set nu nowb nocp nowrap ru nobk sm is noswf acd hls autoread set hi=700 mouse=a sel=exclusive slm=mouse,keyset cin sta et ai si ts=4 bs=2 sw=4 sts=4set guifont=DejaVu\ Sans\ Mono\ 14colorscheme desertsyntax onfiletype indent plugin onmap <C-s> <ESC>:wall<CR>
Full version:
"----Encoding setting----set enc=utf-8 "encodingset ffs=unix,dos,mac "fileformatsset lm=zh_CN.utf-8 "langmenu"----Basic function----set nu "numberset nowb "nowritebackup 禁止自动保存set nocp "nocompatible 去除vi一致性set ru "ruler 显示标尺set nobk "nobackup 禁止缓冲保存set sm "showmatch 符号自动匹配set is "incsearch 搜索增强模式set noswf "noswapfile 去除swap文件set hi=700 "history 最大历史记录set acd "autochdir 设置为当前文件目录set hls "highlightsearch 高亮搜索set ar "autoread 自动读文件"----Mouse setting----set mouse=a "mouse 鼠标模式set sel=exclusive "selection 不包含最后的换行符set slm=mouse,key "selectmode 选择模式"----Indent habit----set nowrap "nowrap 不自动换行set cin "cindent C格式缩进set sta "smarttab 智能tabset et "expandtab tab=backspaceset ts=4 "tabstop tab=4个字符set ai "autoindent 自动缩进set si "smartindent 智能缩进set bs=2 "backspace =indent,eol,startset sw=4 "shiftwidth 自动缩进设置为4个字符set sts=4 "softtabstop 按一次tab 前进4个字符"一键ctrl+s保存map <C-s> <ESC>:wall<CR>"----Theme setting----syntax on "开启高亮colorscheme desert "主题配色set guifont=DejaVu\ Sans\ Mono\ 14"----Autoread the text---- filetype on "自动识别文件类型
声明:以上内容来自用户投稿及互联网公开渠道收集整理发布,本网站不拥有所有权,未作人工编辑处理,也不承担相关法律责任,若内容有误或涉及侵权可进行投诉: 投诉/举报 工作人员会在5个工作日内联系你,一经查实,本站将立刻删除涉嫌侵权内容。