VSpaceCode / VSpaceCode

Spacemacs like keybindings for Visual Studio Code

Home Page:https://vspacecode.github.io/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Using `/` to search: results are not highlighted as does `CMD+f`?

concretevitamin opened this issue · comments

Problem

I used / to search for a word but the results are not highlighted the same way CMD+f would highlight the results.

Any settings to change this behavior?

Solution

Alternatives

Additional context

This is mostly about how vscode vim implements this. There are some customization you can do, see https://github.com/VSCodeVim/Vim.

For example: Setting vim.hlsearch to true allow vscode vim to search and highlight as you type.

Closing this as it is not related to this extension. Let me know if you still have any issue.