> 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
>
> signature.asc
> < 1KViewDownload
Hi Zyx,
This is what I have in my _vimrc:
set backspace=2
set backspace=indent,eol,start whichwrap+=<,>,[,]
Rameo
--
You received this message from the "vim_use" maillist.
Do not top-post! Type your reply below the text you are replying to.
For more information, visit http://www.vim.org/maillist.php
No comments:
Post a Comment