Re: [dev] [RFC] Design of a vim like text editor
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.
Received on Wed Sep 17 2014 - 17:32:51 CEST
This archive was generated by hypermail 2.3.0
: Wed Sep 17 2014 - 17:36:12 CEST