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:

Be the first to rate this post

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