Monday, October 25, 2010

Re: problem with backspace

Reply to message «Re: problem with backspace»,
sent 19:00:10 25 October 2010, Monday
by rameo:

> Hi Zyx,
>
> This is what I have in my _vimrc:
> set backspace=2
> set backspace=indent,eol,start whichwrap+=<,>,[,]
>
> Rameo
I tested my answer and it appears that you should also set «softtabstop» option:
this is the minimal configuration that allows backspace to delete four spaces:
vim -u NONE --cmd 'set backspace=indent expandtab softtabstop=4'

No comments:

Post a Comment