Hi, I am trying to figure out how to make the partial acceptance of the autocompletion work in Cursor with Vscode-Vim. The shortcut for “accept the next word” is Ctrl+RightArrow, but it never works for me. Noticing that Vscode-Vim is also trying to define the Ctrl+ArrowKeys for me, I added !inlineSuggestionVisible
and !cppSuggestion
to the rule of Vscode-Vim’s Ctrl+Right, but this did not help. Other shortcuts remain as their default.
I wonder if anyone got the same issue, and how did you set the shortcut?