feat/chore(binds): goto def and goto ref adjusted

This commit is contained in:
2026-08-06 22:42:31 +02:00
parent 0df1c17c1f
commit bf54fa8fc6
+3
View File
@@ -55,6 +55,9 @@ map("n", "<C-u>", "<C-u>zz")
map("n", "n", "nzzzv")
map("n", "N", "Nzzzv")
map("n", "<leader>zig", "<cmd>LspRestart<cr>")
map("n", "gd", vim.lsp.buf.definition)
map("n", "gD", vim.lsp.buf.definition)
map("n", "gr", vim.lsp.buf.references)
-- greatest remap ever
map("x", "<leader>p", [["_dP]])