Bruno Arine

How to emulate Doom Emacs + Swiper search on VSCode

The instructions below consider that you are using the Neovim Extension for VSCode. Different extensions may require some adjustments.

  1. Install the Swiper addon for VSCode
  2. Add the following to your keybindings JSON file:
{
    "command": "swiper.swiper",
    "key": "space s b",
    "when": "editorTextFocus && neovim.mode != insert",
}