Re: How do I shift a line by char characters instead of a tab?

2009-04-16 Thread Thierry
Thanks, that helps. On Apr 16, 9:42 am, Maxim Kim wrote: > On 16 апр, 17:35, Thierry 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 > > // >> > > > Howeve

Re: How do I shift a line by char characters instead of a tab?

2009-04-16 Thread Maxim Kim
On 16 апр, 17:35, Thierry 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 conf

How do I shift a line by char characters instead of a tab?

2009-04-16 Thread Thierry
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 ch