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 36d8e41 commit cdbe977Copy full SHA for cdbe977
package.json
@@ -739,6 +739,11 @@
739
"markdownDescription": "Enable the [Surround](https://github.com/tpope/vim-surround) plugin for Vim.",
740
"default": true
741
},
742
+ "vim.disableDefaultPluginMappings": {
743
+ "type": "boolean",
744
+ "markdownDescription": "For users of custom keyboard layouts. Disable default keymappings starting with c/d/y. At present only affects surround.",
745
+ "default": false
746
+ },
747
"vim.argumentObjectSeparators": {
748
"type": "array",
749
"items": {
0 commit comments