VSCodeVim / Vim

:star: Vim for Visual Studio Code
http://aka.ms/vscodevim
MIT License
13.55k stars 1.3k forks source link

Unable to configure keybindings. #9001

Open NeuSandeZ opened 2 months ago

NeuSandeZ commented 2 months ago

I can't set keybindings. Seems like there's no property "vim.normalModeKeyBindingsNonRecursive" in my settings.json. In fact there's no property regarding any mode. Screenshot from 2024-04-23 22-50-35

bledidalipaj commented 2 months ago

Key bindings have an application scope and can only be set in the user settings file.

If you are in the wrong settings.json file key bindings don't show as an available option and if you try to add them you will see an appropriate message telling you so when you hover over the setting.

Here is a screenshot with the message that is displayed if you add them to the wrong settings.json file (this is from my workspace's settings.json ):

image

Are you sure you are using the correct settings.json file?