In VS Code settings simple add
"vim.insertModeKeyBindings": [
{
"before": ["<C-[>"],
"after": ["<C-[>"],
"commands": ["workbench.action.files.save"]
}
]
In VS Code settings simple add
"vim.insertModeKeyBindings": [
{
"before": ["<C-[>"],
"after": ["<C-[>"],
"commands": ["workbench.action.files.save"]
}
]
For further actions, you may consider blocking this person and/or reporting abuse
Top comments (0)