diff --git a/.local/share/code-server/User/keybindings.json b/.local/share/code-server/User/keybindings.json index 9713576..3349c9c 100644 --- a/.local/share/code-server/User/keybindings.json +++ b/.local/share/code-server/User/keybindings.json @@ -10,14 +10,6 @@ "command": "-workbench.view.explorer", "when": "viewContainer.workbench.view.explorer.enabled" }, - { - "key": "alt+1", - "command": "workbench.action.findInFiles" - }, - { - "key": "ctrl+shift+f", - "command": "-workbench.action.findInFiles" - }, { "key": "alt+2", "command": "workbench.view.debug", @@ -27,5 +19,13 @@ "key": "ctrl+shift+d", "command": "-workbench.view.debug", "when": "viewContainer.workbench.view.debug.enabled" + }, + { + "key": "alt+1", + "command": "workbench.action.replaceInFiles" + }, + { + "key": "ctrl+shift+h", + "command": "-workbench.action.replaceInFiles" } ] \ No newline at end of file