✨ feat(nvim): add some new keymaps to the vscode extra
go to symbols bindings
This commit is contained in:
parent
edb6126681
commit
adc9865006
1 changed files with 2 additions and 0 deletions
|
@ -82,6 +82,8 @@ vim.api.nvim_create_autocmd("User", {
|
|||
map("n", "<leader>cr", vscode_action("editor.action.rename"))
|
||||
map("n", "<leader>co", vscode_action("editor.action.organizeImport"))
|
||||
map("n", "<leader>cf", vscode_action("editor.action.formatDocument"))
|
||||
map("n", "<leader>ss", vscode_action("workbench.action.gotoSymbol"))
|
||||
map("n", "<leader>sS", vscode_action("workbench.action.showAllSymbols"))
|
||||
-- refactor
|
||||
map("n", "<leader>cR", vscode_action("editor.action.refactor"))
|
||||
-- markdown preview
|
||||
|
|
Loading…
Add table
Reference in a new issue