feat(vscodium): new bindings for the which key table spec

This commit is contained in:
Sergio Laín 2024-02-01 13:32:23 +01:00
parent 225108debe
commit 20598f21f4
No known key found for this signature in database
GPG key ID: 14C9B8080681777B
3 changed files with 37 additions and 3 deletions

View file

@ -319,5 +319,9 @@
"key": "shift+alt+f8", "key": "shift+alt+f8",
"command": "-editor.action.marker.prev", "command": "-editor.action.marker.prev",
"when": "editorFocus" "when": "editorFocus"
},
{
"key": "ctrl+j",
"command": "-workbench.action.togglePanel"
} }
] ]

View file

@ -905,10 +905,40 @@
"name": "Toggle activitybar", "name": "Toggle activitybar",
"type": "command", "type": "command",
"command": "workbench.action.toggleActivityBarVisibility" "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 "workbench.statusBar.visible": false
} }

View file

@ -81,14 +81,14 @@
"nvim-cmp": { "branch": "main", "commit": "538e37ba87284942c1d76ed38dd497e54e65b891" }, "nvim-cmp": { "branch": "main", "commit": "538e37ba87284942c1d76ed38dd497e54e65b891" },
"nvim-dap": { "branch": "master", "commit": "9adbfdca13afbe646d09a8d7a86d5d031fb9c5a5" }, "nvim-dap": { "branch": "master", "commit": "9adbfdca13afbe646d09a8d7a86d5d031fb9c5a5" },
"nvim-dap-go": { "branch": "main", "commit": "a5cc8dcad43f0732585d4793deb02a25c4afb766" }, "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-ui": { "branch": "master", "commit": "d845ebd798ad1cf30aa4abd4c4eff795cdcfdd4f" },
"nvim-dap-virtual-text": { "branch": "master", "commit": "d4542ac257d3c7ee4131350db6179ae6340ce40b" }, "nvim-dap-virtual-text": { "branch": "master", "commit": "d4542ac257d3c7ee4131350db6179ae6340ce40b" },
"nvim-dev-container": { "branch": "main", "commit": "460cb04fd4c6fff38726fd0bb108dac0f07b4fc2" }, "nvim-dev-container": { "branch": "main", "commit": "460cb04fd4c6fff38726fd0bb108dac0f07b4fc2" },
"nvim-devdocs": { "branch": "master", "commit": "521d24661ffe6d1ba025debea2675c765a9c1ee1" }, "nvim-devdocs": { "branch": "master", "commit": "521d24661ffe6d1ba025debea2675c765a9c1ee1" },
"nvim-jqx": { "branch": "master", "commit": "11b1d0368e5b23b9c356da8e5f70bb5827f27f62" }, "nvim-jqx": { "branch": "master", "commit": "11b1d0368e5b23b9c356da8e5f70bb5827f27f62" },
"nvim-lightbulb": { "branch": "master", "commit": "8f00b89dd1b1dbde16872bee5fbcee2e58c9b8e9" }, "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-lsp-file-operations": { "branch": "master", "commit": "223aca86b737dc66e9c51ebcda8788a8d9cc6cf2" },
"nvim-lspconfig": { "branch": "master", "commit": "ac530dfb97e51d82e3b0a7cddbf7a4a7c4c10ff8" }, "nvim-lspconfig": { "branch": "master", "commit": "ac530dfb97e51d82e3b0a7cddbf7a4a7c4c10ff8" },
"nvim-notify": { "branch": "master", "commit": "80b67b265530632505193553d05127ae7fe09ddd" }, "nvim-notify": { "branch": "master", "commit": "80b67b265530632505193553d05127ae7fe09ddd" },