On Wed, Sep 17, 2014 at 04:56:59PM +0200, Marc André Tanner wrote: > > Operators > > --------- > > planned: > (shift-right), < (shift-left) > > Those are now also (at least in a rudimentary way) implemented. > > Could some vim expert on the list tell me whether it is possible to > indent the next n lines by m levels in vim?
It is, kind of... You can use visual mode for that like this vnjm> where n and m are your count variables.