Typo in mappings.lua description (#2993)
Toggleable horizontal terminal command was described incorrectly.
This commit is contained in:
@@ -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" }
|
||||||
|
|||||||
Reference in New Issue
Block a user