Cursor tab inserts on the wrong line

Weird behavior with cursor tab

2 Likes

I added this. Even though I had vim disabled in the second example, this fixed it.

"vim.insertModeKeyBindings": [],
"vim.handleKeys": {
  "<Tab>": true
}

This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.