On 16 апр, 17:35, Thierry <[email protected]> wrote:
> If I want to shift a few lines 3 chars to the right, I use the
> following command:
>
> set sw=3
> // select the number of lines I want to shift from where my cursor is
> // >>
>
> However, the above shifts my lines by a tab character of size 3.  How
> do I configure the above so that it shifts my lines by 3 character
> spaces instead of a tab?

:set expandtab
should help you.

Regards, Maxim.
--~--~---------~--~----~------------~-------~--~----~
You received this message from the "vim_use" maillist.
For more information, visit http://www.vim.org/maillist.php
-~----------~----~----~----~------~----~------~--~---

Reply via email to