vim is a great editor. In order to indent a block of code you can do the following:
:4>
- this would indent line no 4 by 1 tab size.
:102,203>>
- this will indent lines 102 through to 203 with 2 tabs.
Use and the result goes the opposite way
my digital footprint
vim is a great editor. In order to indent a block of code you can do the following:
:4>
- this would indent line no 4 by 1 tab size.
:102,203>>
- this will indent lines 102 through to 203 with 2 tabs.
Use and the result goes the opposite way
Posted in code is poetry