Update terminal mapping description (#3034)

This commit updates the terminal mapping description, replacing 'window'
with 'term.' It better reflects the purpose of the mapping and aligns
with other similar mappings
This commit is contained in:
Alexander
2024-10-10 19:38:01 +05:30
committed by GitHub
parent a69f893e49
commit 95d6dbe49b
+1 -1
View File
@@ -84,7 +84,7 @@ end, { desc = "terminal new horizontal term" })
map("n", "<leader>v", function()
require("nvchad.term").new { pos = "vsp" }
end, { desc = "terminal new vertical window" })
end, { desc = "terminal new vertical term" })
-- toggleable
map({ "n", "t" }, "<A-v>", function()