mix and match commands with keystrokes, or some way to also change the mode for a custom keystroke.
Open
Nobody has claimed this yet.
- Dominant language
- TypeScript
- Stars
- 15.2k
- Forks
- 1.5k
- Avg merge
- 3d 18h
- Merged PRs (30d)
- 6
Description
{
"before": [
"<leader>",
"l"
],
"commands": [
{
"command": "editor.action.insertSnippet",
"args": {
"snippet": "fmt.Println(\"$1 =\", $1)"
}
},
"vim.changeToInsertMode"
]
},
Is there any way to make "vim.changeToInsertMode" possible?
Contributor guide
First steps
- Read the whole issue, then the project's contributing guide.
- Comment on the issue to say you are picking it up — it saves two people doing the same work.
- Fork the repository and make your change on a branch.
- Open a pull request that references the issue number.
Research direction
Start by tracing how custom keybindings execute the listed commands, including editor.action.insertSnippet and vim.changeToInsertMode. Done means a configuration like the example can insert the snippet and then switch to insert mode, or the supported limitation is documented.
Written by the indexing model from the issue text.
Assessment
- Tech stack
- typescript, vscode
- Domain
- developer-experience
- Issue type
- Feature
- Difficulty
- 4/5
- Estimated time
- 3-5 days
- Activity status
- Stale
- Clarity
- Mostly clear
- Newbie friendliness
- 25/100