VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.54k stars 1.3k forks source link

Visual multi-lines `A` should not add text for each line. #6406

Open YangChenyuan opened 3 years ago

YangChenyuan commented 3 years ago

When you use visual mode to select multiple lines and then type A, VSCodeVim will add text for each line selected, but Vim only add text to the end of selected text. Peek 2021-04-03 13-28 Peek 2021-04-03 13-29 But may it be a feature?

YangChenyuan commented 3 years ago

I have this problem too.