Oct 26 2010

How to set up spaces in Vim?

Category: VIMfossmo @ 17:30

To use spaces instead of tabs in VIM, add these lines to your .vimrc file:

set tabstop=3

set shiftwidth=3

set expandtab

Tags:

Currently rated 3.0 by 5 people

  • Currently 3/5 Stars.
  • 1
  • 2
  • 3
  • 4
  • 5