How to shrink multiple lines in vim, in V mode > shrinking is too big
阿神
阿神 2017-05-16 16:40:16
0
2
624

As the title shows, this is the tightening effect, it feels a bit big

阿神
阿神

闭关修行中......

reply all(2)
给我你的怀抱

vim ~/.vimrc
set shiftwidth=4 //Automatically indent to 4 characters
set expandtab //space replaces tab

迷茫

You can do it without using V mode. For example, if you want to indent the 10 lines under the cursor (including the line where the cursor is), enter on the keyboard

10>>
Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template