diff --git a/.config/VSCodium/User/keybindings.json b/.config/VSCodium/User/keybindings.json index e61c4af0..3a2dfeec 100644 --- a/.config/VSCodium/User/keybindings.json +++ b/.config/VSCodium/User/keybindings.json @@ -319,5 +319,9 @@ "key": "shift+alt+f8", "command": "-editor.action.marker.prev", "when": "editorFocus" + }, + { + "key": "ctrl+j", + "command": "-workbench.action.togglePanel" } ] diff --git a/.config/VSCodium/User/settings.json b/.config/VSCodium/User/settings.json index 255c79d8..bcafc029 100644 --- a/.config/VSCodium/User/settings.json +++ b/.config/VSCodium/User/settings.json @@ -905,10 +905,40 @@ "name": "Toggle activitybar", "type": "command", "command": "workbench.action.toggleActivityBarVisibility" + }, + { + "key": "S", + "name": "Toggle statusline", + "type": "command", + "command": "workbench.action.toggleStatusbarVisibility" + } + ] + }, + { + "key": "x", + "name": "󰁨 diagnostics/quickfix", + "type": "bindings", + "bindings": [ + { + "key": "x", + "name": "Workspace Diagnostics", + "type": "command", + "command": "workbench.actions.view.toggleProblems" + }, + { + "key": "t", + "name": "TODO (cwd)", + "type": "command", + "command": "fileAnchors.focus" + }, + { + "key": "T", + "name": "TODO (root)", + "type": "command", + "command": "workspaceAnchors.focus" } ] } ], - // Generated automatically "workbench.statusBar.visible": false } diff --git a/.config/nvim/lazy-lock.json b/.config/nvim/lazy-lock.json index d905021b..da88683b 100644 --- a/.config/nvim/lazy-lock.json +++ b/.config/nvim/lazy-lock.json @@ -81,14 +81,14 @@ "nvim-cmp": { "branch": "main", "commit": "538e37ba87284942c1d76ed38dd497e54e65b891" }, "nvim-dap": { "branch": "master", "commit": "9adbfdca13afbe646d09a8d7a86d5d031fb9c5a5" }, "nvim-dap-go": { "branch": "main", "commit": "a5cc8dcad43f0732585d4793deb02a25c4afb766" }, - "nvim-dap-python": { "branch": "master", "commit": "091e4ae00a12085f9ed4200a3cd04af7179b8a23" }, + "nvim-dap-python": { "branch": "master", "commit": "f5b6f3a90aae0284b61fb3565e575267c19a16e6" }, "nvim-dap-ui": { "branch": "master", "commit": "d845ebd798ad1cf30aa4abd4c4eff795cdcfdd4f" }, "nvim-dap-virtual-text": { "branch": "master", "commit": "d4542ac257d3c7ee4131350db6179ae6340ce40b" }, "nvim-dev-container": { "branch": "main", "commit": "460cb04fd4c6fff38726fd0bb108dac0f07b4fc2" }, "nvim-devdocs": { "branch": "master", "commit": "521d24661ffe6d1ba025debea2675c765a9c1ee1" }, "nvim-jqx": { "branch": "master", "commit": "11b1d0368e5b23b9c356da8e5f70bb5827f27f62" }, "nvim-lightbulb": { "branch": "master", "commit": "8f00b89dd1b1dbde16872bee5fbcee2e58c9b8e9" }, - "nvim-lint": { "branch": "master", "commit": "8e5920f9ce9f24c283a2e64be5fe58d1d37d1744" }, + "nvim-lint": { "branch": "master", "commit": "c397061482767125cfaf4fa819ac7e5115dc41e2" }, "nvim-lsp-file-operations": { "branch": "master", "commit": "223aca86b737dc66e9c51ebcda8788a8d9cc6cf2" }, "nvim-lspconfig": { "branch": "master", "commit": "ac530dfb97e51d82e3b0a7cddbf7a4a7c4c10ff8" }, "nvim-notify": { "branch": "master", "commit": "80b67b265530632505193553d05127ae7fe09ddd" },