meow-edit / meow

Yet another modal editing on Emacs / 猫态编辑
GNU General Public License v3.0
1.07k stars 128 forks source link

Duplicate Input Issue with BEACON Mode using negative-argument + meow-line + meow-insert #582

Open kamoii opened 1 month ago

kamoii commented 1 month ago

When trying to add input at the beginning of the line with negative-argument + meow-line + meow-insert in BEACON mode, some input is inserted twice.

Kooha-2024-04-08-23-36-40.webm

It is possible to input at the beginning of the line just with meow-line + meow-insert without negative-argument. However, due to the cursor jumping to the end of the line with meow-line and then to the beginning with meow-insert, horizontal scrolling of the window can occur when the line is long. Thus, there are instances where I prefer input with a negative-argument.