Technology TidBits
Answers to various technical questions on php programming, mysql, linux, and many more categories.
Home
/
Programming
/
Vi
/ How do I set Tab stops in VI?
Add comment:
Name:
Email:
Comment:
*
(Use BBcode - No HTML)
You
MUST
answer this simple math equation - to prevent spammers:
9 + 2 =
How do I set Tab stops in VI?
Last updated: 07/03/2009
To change tab stops in vi, just do the following in vi:
:set ts=3
Sets Tabs to 3 spaces. This is useful for indenting when programming, to keep spacing to a viewable amount.
Powered by
KnowledgebasePublisher 1.1
Content provided by
Roberts WebForge, Inc.