Monday, October 25, 2010

Re: problem with backspace

Reply to message «problem with backspace»,
sent 17:48:14 25 October 2010, Monday
by rameo:

> I would like to have tabstop = 4 and only spaces (no tabs).
> I added this in my vimrc:
> set tabstop = 4
> set expandtab
>
> Everything works fine... however.
> The backspace key goes only 1 space back now and not 4 spaces.
See «:h 'backspace'»: you need to include `indent' in this option:
set backspace+=indent

No comments: