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:
@@ -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()
|
||||
|
||||
Reference in New Issue
Block a user