Skip to content

Releases: aioutecism/amVim-for-VSCode

1.23.0

13 Apr 05:51
Compare
Choose a tag to compare
  • Added support for N { and N }.

1.22.0

12 Apr 04:33
Compare
Choose a tag to compare
  • Added support for: Ndd, dNd, Nyy, yNy, Np, NP.
  • Other N support for commands are coming soon.

1.21.2

07 Apr 02:49
Compare
Choose a tag to compare
  • Fixed wrong behavior with %.
  • More accurate motion handling in Visual mode.

1.21.1

13 Mar 04:27
Compare
Choose a tag to compare
  • Fix ~ to work with special characters. Thanks @mtsk #170.

1.21.0

10 Mar 09:31
Compare
Choose a tag to compare
  • Added u and U support in Visual and VisualLIne modes. Thanks @mtsk. #169

1.20.2

21 Dec 07:12
Compare
Choose a tag to compare
  • Update dependencies to VSCode 1.8.0 and TypeScript 2.1.0.

1.20.1

21 Dec 06:52
Compare
Choose a tag to compare
  • Workarounded wrong cursor style when switching editor. #161

1.20.0

12 Dec 06:30
Compare
Choose a tag to compare
  • Added repeat support of deletion and autocomplete in Insert mode.

1.19.0

08 Dec 07:07
Compare
Choose a tag to compare
  • Added configuration to start in Insert mode when opening files. Thanks @welkang. #159

1.18.1

06 Dec 07:51
Compare
Choose a tag to compare
  • Workaround native API's bug where insertSpace and tabSize may be undefined.