Vim-Config

[TOC]

配置选项

# 设置行号
set number

# 语法高亮
syntax on

# 鼠标
## 可用
set mouse=a

# tab
set tabstop=4
set shiftwidth=4
set expandtab
set smarttab

# 对齐与缩进
## 自动对齐
set autoindent
## 智能缩进
set smartindent

# 显示匹配
set showmatch

# 按键映射
inoremap jj <Esc>

安装插件

论坛

插件管理器

Vundle

安装

配置

参考

最后更新于

这有帮助吗?