79497881

Date: 2025-03-10 11:45:54
Score: 4
Natty:
Report link

Using neovim extension not vim one

Check this link: https://github.com/vscode-neovim/vscode-neovim/pull/1917

TLDR: Put this in settings.json

"vscode-neovim.compositeKeys": {
        "jj": {
            "command": "vscode-neovim.escape"
        }
    },

Enjoy!!

Reasons:
  • Blacklisted phrase (1): this link
  • RegEx Blacklisted phrase (1): Check this link
  • Probably link only (1):
  • Low length (0.5):
  • Has code block (-0.5):
  • Low reputation (1):
Posted by: AntonioMMartel