For anyone reading this, the (I hope temporary) fix is:
- Install the package 'chainofcommands'
- Add the following to your keybindings:
{
"keys": ["super+shift+p"],
"command": "chain",
"args": {
"commands": [
["show_overlay", { "overlay": "command_palette" }],
["select_all"],
]
},
},