摘要:
创建或修改/root/.vimrc文件,常用的内容如下:" Windows兼容" 启用C-C,V,X"if has("gui_running")source $VIMRUNTIME/mswin.vim"endifbehave mswin" 关闭VI兼容模式set nocompatiblefiletype plugin indent onset modeline"set modelines=2" 缩写iab xdate =strftime("%Y-%m-%y")iab xdate1 =s
阅读全文