Navigate left (to the editor window) while chat is focused on the right?

I typically use ctrl + h and ctrl + l to navigate to the left and right of my views, but if I am in the Cursor chat view, my ctrl + h and l stop working. I have the basic keybinding of:

    {
        "key": "ctrl+h",
        "command": "workbench.action.navigateLeft"
    },
    {
        "key": "ctrl+l",
        "command": "workbench.action.navigateRight"
    },

Do these commands not work from the chat view?