我喜欢用的Vim简单配置

209 阅读1分钟

set nu

set mouse=a

set autoindent

set tabstop=4

set laststatus=2

set smartcase

set hlsearch

set showmode

syntax on

set textwidth=80

set ruler

set incsearch