The default keybinding for "metaGo.gotoAfter" can't be removed
MatejBransky opened this issue · 0 comments
MatejBransky commented
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.
I can't use this extension if it interferes to my keyboard layout which is pretty common in my country.