Closed
Description
Referencing the instructions found here: link
I added the following lines to my startup script
mkdir -p /home/coder/.local/share/code-server/User
echo '[{"key": "ctrl+enter", "command": "workbench.action.terminal.runSelectedText"}]' > /home/coder/.local/share/code-server/User/keybindings.json
However, even after a full restart, the file appears where expected, but it is not being picked up by code-server. Is there a newer approach since this documentation was written?