Re: Shift column right by spaces?

2012-01-21 Thread sc
On Sat, Jan 21, 2012 at 07:54:12AM -0900, Tim Johnson wrote: I'm using MacVim 7.3 on OSX 10.7 (Lion) As well as (g)vim 7.~ on ubuntu. I would like to be able to move a column right by an arbitrary numbers of spaces, regardless of the value of `shiftwidth'. Is that possible? many ways --

Re: Shift column right by spaces?

2012-01-21 Thread Tim Chase
On 01/21/12 11:01, sc wrote: On Sat, Jan 21, 2012 at 07:54:12AM -0900, Tim Johnson wrote: I'm using MacVim 7.3 on OSX 10.7 (Lion) As well as (g)vim 7.~ on ubuntu. I would like to be able to move a column right by an arbitrary numbers of spaces, regardless of the value of `shiftwidth'. Is

Re: Shift column right by spaces?

2012-01-21 Thread Tim Johnson
* Tim Chase v...@tim.thechases.com [120121 08:41]: I would like to be able to move a column right by an arbitrary numbers of spaces, regardless of the value of `shiftwidth'. Is that possible? many ways -- probably the simplest: - position the cursor at the left/top of the column

Re: Shift column right by spaces?

2012-01-21 Thread John Little
On Jan 22, 6:01 am, sc tooth...@swbell.net wrote: elaborating sc's approach:     ... select the block ... then type the number of spaces you want; if you have show command set the number appears on vim's last line, on the far right press I enter one space press ESC et voilà