We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bd2b238 commit b6e110aCopy full SHA for b6e110a
CHANGELOG.md
@@ -1,5 +1,11 @@
1
# Change Log
2
3
+## [v1.29.1](https://github.com/vscodevim/vim/tree/v1.29.1) (2025-05-15)
4
+
5
+### Fixed
6
7
+- fix(keybindings): make tab and escape play nicer with native vscode keybindings ([@ulugbekna](https://github.com/ulugbekna)).
8
9
## [v1.29.0](https://github.com/vscodevim/vim/tree/v1.29.0) (2024-12-04)
10
11
### Added
package.json
@@ -3,7 +3,7 @@
"displayName": "Vim",
"description": "Vim emulation for Visual Studio Code",
"icon": "images/icon.png",
- "version": "1.29.0",
+ "version": "1.29.1",
"publisher": "vscodevim",
"galleryBanner": {
"color": "#e3f4ff",
0 commit comments