diff --git a/package.json b/package.json index 08fe4256da5..c172ec71bf9 100644 --- a/package.json +++ b/package.json @@ -3,7 +3,7 @@ "displayName": "Vim", "description": "Vim emulation for Visual Studio Code", "icon": "images/icon.png", - "version": "0.4.1", + "version": "0.4.2", "publisher": "vscodevim", "galleryBanner": { "color": "#e3f4ff", @@ -241,7 +241,8 @@ }, "vim.useCtrlKeys": { "type": "boolean", - "description": "Enable some vim ctrl key commands that override otherwise common operations, like ctrl+c" + "description": "Enable some vim ctrl key commands that override otherwise common operations, like ctrl+c", + "default": true }, "vim.useSystemClipboard": { "type": "boolean",