Typo in mappings.lua description (#2993)

Toggleable horizontal terminal command was described incorrectly.
This commit is contained in:
qdrs
2024-09-15 11:48:18 +05:30
committed by GitHub
parent 0e61fb7656
commit 8d2bb359e4
+1 -1
View File
@@ -89,7 +89,7 @@ end, { desc = "terminal toggleable vertical term" })
map({ "n", "t" }, "<A-h>", function() map({ "n", "t" }, "<A-h>", function()
require("nvchad.term").toggle { pos = "sp", id = "htoggleTerm" } 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() map({ "n", "t" }, "<A-i>", function()
require("nvchad.term").toggle { pos = "float", id = "floatTerm" } require("nvchad.term").toggle { pos = "float", id = "floatTerm" }