更改修改名称快捷键

This commit is contained in:
LingZhaoHui 2024-06-23 01:03:50 +08:00
parent 4287d622b1
commit 2ef50a5ede
Signed by: zeekling
GPG Key ID: D96E4E75267CA2CC

View File

@ -23,8 +23,8 @@ return {
d = { "<cmd>Lspsaga goto_definition<cr>", "Go to definition" }, d = { "<cmd>Lspsaga goto_definition<cr>", "Go to definition" },
f = { "<cmd>Lspsaga finder<cr>", "Find usage or implements" }, f = { "<cmd>Lspsaga finder<cr>", "Find usage or implements" },
i = { "<cmd>Lspsaga finder imp<cr>", "Find implements" }, i = { "<cmd>Lspsaga finder imp<cr>", "Find implements" },
r = { "<cmd>Lspsaga rename<cr>", "rename" },
}, },
r = { "<cmd>Lspsaga rename<cr>", "rename" },
}, },
d = { d = {
name = "dirTree", name = "dirTree",