VIM 多行整体移动

1. Set below parameter in vim

set shiftwidth=4

2. select the multi-lines by press "v"

3. two ways:

Method1:

shift +> (move to right)

shift +< (move to left)

Method2:

:10,20>

:10,20<

你可能感兴趣的:(vim,vim,linq,编辑器)