Hi folks. I have the following keybinding:
{
"key": "ctrl+space h",
"command": "workbench.action.navigateLeft"
},
When I am in the secondary sidebar, this keybinding does what I’d expect in VS Code. However, it doesn’t do anything in Cursor.
How do I make it so that I can navigate to the active editor group from teh secondary sidebar in Cursor via this keybinding?