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

java - Could not locate OpenAL library -

c++ - Delete matches in OpenCV (Keypoints and descriptors) -

sorting - opencl Bitonic sort with 64 bits keys -