From ff4635b59e664d486479ba7d745dec813ff1f998 Mon Sep 17 00:00:00 2001 From: jyelon Date: Mon, 9 Mar 2026 00:18:15 -0400 Subject: [PATCH] Better keybindings --- vscode/keybindings.json | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/vscode/keybindings.json b/vscode/keybindings.json index 2b3fddc..92d9650 100644 --- a/vscode/keybindings.json +++ b/vscode/keybindings.json @@ -16,6 +16,15 @@ "key": "ctrl+r", "command": "-workbench.action.terminal.chat.rerunRequest" }, + { + "key": "ctrl+r", + "command": "-workbench.action.browser.reload", + }, + { + "key": "ctrl+r", + "command": "-workbench.action.reloadWindow", + "when": "isDevelopment" + }, { "key": "ctrl+r", "command": "workbench.action.reloadWindow"