andreikop / enki

A text editor for programmers
http://enki-editor.org
GNU General Public License v2.0
161 stars 38 forks source link

In block select mode, I can't type characters on all lines #333

Closed vi closed 8 years ago

vi commented 8 years ago

tl;dr: Enki should also do this: http://defun.co/uJm6

Suppose I have block-selected the upper case characters:

qweRTyuio
asdFGhjkl
zxcVBnm,.

The cursor is on the right (i.e. selected from left to right).

In Insert mode, I expect tying 12 to produce:

qweRT12yuio
asdFG12hjkl
zxcVB12nm,.

In Replace mode, I expect typing 12 to produce:

qweRT12io
asdFG12kl
zxcVB12,.

Too short lines should be just appended.

andreikop commented 8 years ago

Duplicate of #122