Typo in mappings.lua description (#2993)

Toggleable horizontal terminal command was described incorrectly.
v2.5
qdrs 1 week ago committed by GitHub
parent 0e61fb7656
commit 8d2bb359e4
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

@ -89,7 +89,7 @@ end, { desc = "terminal toggleable vertical term" })
map({ "n", "t" }, "<A-h>", function()
require("nvchad.term").toggle { pos = "sp", id = "htoggleTerm" }
end, { desc = "terminal new horizontal term" })
end, { desc = "terminal toggleable horizontal term" })
map({ "n", "t" }, "<A-i>", function()
require("nvchad.term").toggle { pos = "float", id = "floatTerm" }

Loading…
Cancel
Save