mirror of
https://github.com/NvChad/NvChad.git
synced 2024-11-10 07:10:44 +00:00
Typo in mappings.lua description (#2993)
Toggleable horizontal terminal command was described incorrectly.
This commit is contained in:
parent
0e61fb7656
commit
8d2bb359e4
@ -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…
Reference in New Issue
Block a user