3

In vim, I am able to highlight the search word by moving my cursor to word and press shift + *. How can I perform the same in visual studio code with VSCodeVim extension?

2 Answers 2

3

set vim.hlsearch=true in setting.json

Sign up to request clarification or add additional context in comments.

1 Comment

sigh. wrong, non-JSON syntax.
1

"set vim.hlsearch=true" setting in settings.json is worded like this in my vscode version (1.76.2):

"vim.hlsearch": true, 

Comments

Start asking to get answers

Find the answer to your question by asking.

Ask question

Explore related questions

See similar questions with these tags.