Tab functionality only works in insert mode with a vim extension installed with the latest cursor update
1 Like
Hey, did it work before?
yes
yes
I can verify that the issue is fixed on version 0.46.7
thank you!!
sorry, I hallucinated, itâs still an issue
Hey, had the same issue and fixed it with adding this to my vim.normalModeKeyBindingsNonRecursive
in settings.json
:
{
"before": ["Tab"],
"commands": [
"editor.action.acceptCursorTabSuggestion"
],
},
yo I appreciate u fr
{
âkeyâ: âtabâ,
âwhenâ: âeditorFocus && vim.active && !inDebugRepl && vim.mode != âInsertââ,
âcommandâ: âeditor.action.acceptCursorTabSuggestionâ
}
added this to my keybindings.json
1 Like
This topic was automatically closed 30 days after the last reply. New replies are no longer allowed.