From 95d6dbe49b6645ec20ee32e4af31d5a277e6646f Mon Sep 17 00:00:00 2001 From: Alexander <50661022+alexs-sh@users.noreply.github.com> Date: Thu, 10 Oct 2024 16:08:01 +0200 Subject: [PATCH] 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 --- lua/nvchad/mappings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/nvchad/mappings.lua b/lua/nvchad/mappings.lua index 99ad8c3..02a17e9 100644 --- a/lua/nvchad/mappings.lua +++ b/lua/nvchad/mappings.lua @@ -84,7 +84,7 @@ end, { desc = "terminal new horizontal term" }) map("n", "v", function() require("nvchad.term").new { pos = "vsp" } -end, { desc = "terminal new vertical window" }) +end, { desc = "terminal new vertical term" }) -- toggleable map({ "n", "t" }, "", function()