From adc986500621cda06a317ad0886c967f3bcfd4c4 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Sergio=20La=C3=ADn?= Date: Thu, 18 Jan 2024 11:26:58 +0100 Subject: [PATCH] =?UTF-8?q?=E2=9C=A8=20feat(nvim):=20add=20some=20new=20ke?= =?UTF-8?q?ymaps=20to=20the=20vscode=20extra?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit go to symbols bindings --- .config/nvim/lua/plugins/extras/util/vscode.lua | 2 ++ 1 file changed, 2 insertions(+) diff --git a/.config/nvim/lua/plugins/extras/util/vscode.lua b/.config/nvim/lua/plugins/extras/util/vscode.lua index 82ee4962..889c7f06 100644 --- a/.config/nvim/lua/plugins/extras/util/vscode.lua +++ b/.config/nvim/lua/plugins/extras/util/vscode.lua @@ -82,6 +82,8 @@ vim.api.nvim_create_autocmd("User", { map("n", "cr", vscode_action("editor.action.rename")) map("n", "co", vscode_action("editor.action.organizeImport")) map("n", "cf", vscode_action("editor.action.formatDocument")) + map("n", "ss", vscode_action("workbench.action.gotoSymbol")) + map("n", "sS", vscode_action("workbench.action.showAllSymbols")) -- refactor map("n", "cR", vscode_action("editor.action.refactor")) -- markdown preview