首页 > 代码库 > vim配置

vim配置

syntax on    #syntax highlight

filetype indent plugin on    #indent relative to file type

set tabstop=4    #tab key skip 4 characters

set shiftstop=4    #shift width 4 characters

set ruler

set showcmd    #show command

set number    #show line-number

本文出自 “vim配置” 博客,谢绝转载!

vim配置