metaseed / metaGo

MetaGo provides fast cursor movement/selection for keyboard focused users in vscode
MIT License
321 stars 20 forks source link

The default keybinding for "metaGo.gotoAfter" can't be removed #108

Open MatejBransky opened 1 year ago

MatejBransky commented 1 year ago

Thanks for this great extension but I struggle with one bug - I can't remove the default keybinding which collides with typing the character ">" in my keyboard layout.

I've checked my keybindings.json and it correctly contains the remove of the keybinding:

{
  "key": "alt+[Period]",
  "command": "-metaGo.gotoAfter"
}

but in the VS Code I still see the assigned shortcut and it still listens for that key combination.

image

I can't use this extension if it interferes to my keyboard layout which is pretty common in my country.