Vim使用笔记

一、常用vim配置

~/.vimrc

set nu
set ts=4
set shiftwidth=4

二、常用vim操作

批量缩进:

进入v模式,然后按上下键批量选择,然后>和<进行缩进

 

你可能感兴趣的:(vim,vim笔记)