feat: remove duplicate keymaps

pull/99/head
fm39hz-laptop 2024-06-04 00:45:32 +07:00
parent 9d2876b140
commit 7107ac58f3
1 changed files with 0 additions and 6 deletions

View File

@ -37,12 +37,6 @@ end, { desc = "Toogle Gitpad per file notes" })
map("n", "<leader>gb", "<CMD>GitBlameToggle<CR>", { desc = "Toggle Git Blame" })
-- Development
map({ "n", "i", "v" }, "<f12>", function()
vim.lsp.buf.definition()
end, { desc = "Go to definition" })
map({ "n", "i", "v" }, "<S-f12>", function()
vim.lsp.buf.declaration()
end, { desc = "Go to declaration" })
map("n", "<F6>", "<CMD>CompilerOpen<CR>", { desc = "Open compiler" })
map("n", "<S-F6>", "<CMD>CompilerRedo<CR>", { desc = "Compiler redo" })
map("n", "<S-F7>", "<CMD>CompilerToggleResults<CR>", { desc = "Compiler results" })