AmVim For VSCode Versions Save

The Vim mode for Visual Studio Code(vscode) that works as expected.

1.29.1

5 years ago
  • Fixed a bug when "editor.lineNumbers": "off" is not respected. Thanks @jackfranklin. #215

1.29.0

6 years ago
  • Added support for ; and ,. #209

1.28.2

6 years ago
  • Fixed cursor position after J. Thanks @wmaurer. #207

1.28.0

6 years ago
  • Added N x and N X supports. #206. Thanks to @wmaurer!

1.27.0

6 years ago
  • Supports {N} d {motion}. #200
  • Added smartRelativeLineNumbers setting. #201

1.26.1

6 years ago
  • Fixed issue when :wq may empty file content.

1.26.0

6 years ago
  • Supports a few : commands #199. Thanks @Molunerfinn.

1.25.0

6 years ago
  • Supports Y in Visual and VisualLine modes #196.

1.24.0

6 years ago
  • Added Go To Line command #192.
  • Added Vim style navigation in sidebar #193.

1.23.1

7 years ago
  • Fixed a bug where switching tabs sometimes doesn't preserve the line the cursor was at #176 .