>>缩进问题
vim吧
全部回复
仅看楼主
level 1
断水为桥 楼主
使用数字+">>"可以进行多行缩进,可是怎么设置缩进的距离呢?
求大神指导
2013年10月24日 01点10分 1
level 12
缩进的距离为一个制表符,你可以设置制表符的宽度
2013年10月24日 04点10分 2
我已经设置了制表符为四个空格,可是输入>>后缩进的距离不是四个空格,是六个
2013年10月24日 04点10分
level 12
>> 用的是 shiftwidth
set shiftwidth=4
详见 :help 'shiftwidth'
2013年10月24日 07点10分 3
level 2
我一般直接==
2013年11月07日 06点11分 4
level 1
我一般是用shift+v选中多行然后 数字+>
2013年12月14日 16点12分 5
1