标签:
vim 配置文件存放路径 : ~/.vimrc
点(.)开头的文件,系统默认不显示,需要使用 ls -a 选项。
syntax on set nobackup set noswapfile set hlsearch set number set ruler set expandtab set tabstop=4 set softtabstop=4 set shiftwidth=4 set autoindent set cindent set smartindent set mouse=v set bg=dark set encoding=utf-8 set nobomb set cursorline set magic set confirm set langmenu=zh_CN.UTF-8 set showmatch set matchtime=1 set scrolloff=3 set completeopt=longest,menu
标签:
原文地址:http://www.cnblogs.com/fengyubo/p/5078049.html