andreikop / enki

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

Rectangular cut, then paste changes the text. #117

Closed vi closed 11 years ago

vi commented 11 years ago
  1. Select rectangle of text (using mouse or kerboard) from top to bottom;
  2. Press Ctrl+X;
  3. Press Ctrl+V.

The text gets inserted into and after the last of selected lines.

It should work the same way as if I selected from bottom to top, like in old Enki and in Vim (the cursor jumps up after cutting).

andreikop commented 11 years ago

Done!