cygwin的vim配置

vim ~/.vimrc

set nocompatible

syntax on

set tabstop=4
set softtabstop=4
set shiftwidth=4
set noexpandtab

set backspace=2 

set hlsearch


你可能感兴趣的:(cygwin的vim配置)