Lines Matching refs:spaces
16 |30.5| Tabs and spaces
209 the 'shiftwidth' option to the amount of spaces you want for a deeper level.
210 Four spaces will work fine. One ":set" command will do it: >
410 *30.5* Tabs and spaces
418 For indenting lines in a program, using a multiple of eight spaces makes
421 spaces, a good compromise.
422 Since a <Tab> is eight spaces and you want to use an indent of four spaces,
427 eight spaces, you have fewer characters in your file. Inserting a <Tab>
428 is quicker than eight spaces. Backspacing works faster as well.
430 2. Use spaces only. This avoids the trouble with programs that use a
438 If you are using a combination of tabs and spaces, you just edit normally.
443 spaces.
449 When you start in the first column and press <Tab>, you get 4 spaces inserted
450 in your text. The second time, Vim takes out the 4 spaces and puts in a <Tab>
452 then fills up with spaces.
455 possible and spaces to fill the gap.
479 When this option is set, the <Tab> key inserts a series of spaces. Thus you
490 tabs in the document remain tabs. If you want to convert tabs to spaces, use
496 Now Vim will have changed all indents to use spaces instead of tabs. However,