:set list
and to exit this mode use
:set nolist
See the documentation here.
Brian
On Thu, Apr 28, 2011 at 4:50 AM, Tom Evans <tevans.uk@googlemail.com> wrote:
On Thu, Apr 28, 2011 at 8:47 AM, Kenneth GonsalvesOr in vim:
<lawgon@thenilgiris.com> wrote:
> On Thu, 2011-04-28 at 00:27 -0700, Derek wrote:
>> A good IDE will convert tabs to spaces for you.... save you hours of
>> frustration!
>
> tab-nanny is also your friend
:set expandtab shiftwidth=4 tabstop=4 | retab
Short form:
:se et sw=4 ts=4 | ret
--
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
--
Brian Bouterse
ITng Services
You received this message because you are subscribed to the Google Groups "Django users" group.
To post to this group, send email to django-users@googlegroups.com.
To unsubscribe from this group, send email to django-users+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/django-users?hl=en.
No comments:
Post a Comment