Linux 常用命令行、配置

====== vimrc

set nocompatible

set number

"set columns=80

set tabstop=4

set softtabstop=4

set shiftwidth=4

set expandtab

set cindent

set autoindent

set incsearch

"set ignorecase

syntax on

猜你喜欢

转载自amateurlee.iteye.com/blog/2371438
今日推荐