feat: remove block comment key

This commit is contained in:
2025-09-17 20:07:02 +09:00
parent 0dfd6219da
commit 3a7e793589
2 changed files with 3 additions and 3 deletions

View File

@@ -7,6 +7,6 @@ return
keys = {
--[[ { "<leader>th", "<Cmd>ToggleTerm direction=horizontal size=10<CR>", desc = "ToggleTerm Horizontal" }, ]]
--[[ { "<leader>tv", "<Cmd>ToggleTerm direction=vertical size=80<CR>", desc = "ToggleTerm Vertical" } ]]
{ "<leader>t", "<Cmd>ToggleTerm direction=float<CR>", desc = "ToggleTerm Float" }
{ "'", "<Cmd>ToggleTerm direction=float<CR>", desc = "ToggleTerm Float" }
}
}