Re: [dev] [RFC] Design of a vim like text editor

From: Wolfgang Corcoran-Mathe <first.lord.of.teal_AT_gmail.com>
Date: Wed, 24 Sep 2014 16:05:46 -0400

Quoth Marc André Tanner on Wed, Sep 24 2014 21:21 +0200:
>> o O should go into insert mode after adding the line
>> a appends at the current cursor place
>
> Fixed

Marc,

Thanks very much for your tremendous work on vis.

As currently implemented, o moves the last non-newline character of
the current line to the beginning of the next. e.g.:

--------|

o

--------
|
^
cursor is here

In addition, a inserts a newline when used at the beginning of an
empty line (is this intentional and ed-like?), and A begins appending
_before_ the last non-newline character of the current line.

Again, thanks.

-- 
Wolfgang Corcoran-Mathe
Received on Wed Sep 24 2014 - 22:05:46 CEST

This archive was generated by hypermail 2.3.0 : Wed Sep 24 2014 - 22:12:06 CEST