Does the shortcut for partially accepting autocompletion work?

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?

Hi @mynanshan

You need to enable this in the settings.

3 Likes

The answer of course is not sufficient.

You’ll also need to turn off VSCodeVim’s override if you want to use Ctrl+Right for it- which brings of course its own issues.

Currently trying to figure out the best solution!