vim - How to I reduce the indentation in my Mac terminal shell? -


this question has answer here:

i have started using vi in terminal write shell scripts. however, noticed indentation large. in preference panel, change indentation?

if you're using vi, have set tab size using vi options.

when first open file, type : enter

set ts=4 

and set tab spacing 4 spaces per tab.


Comments

Popular posts from this blog

node.js - How to mock a third-party api calls in the backend -

node.js - Why do I get "SOCKS connection failed. Connection not allowed by ruleset" for some .onion sites? -

matlab - 0-by-1 sym - What do I need to change in order to get proper symbolic results? -