diff --git a/lua/nvchad/mappings.lua b/lua/nvchad/mappings.lua index e24dee6..8730906 100644 --- a/lua/nvchad/mappings.lua +++ b/lua/nvchad/mappings.lua @@ -106,11 +106,6 @@ map({ "n", "t" }, "", function() require("nvchad.term").toggle { pos = "float", id = "floatTerm" } end, { desc = "terminal toggle floating term" }) -map("t", "", function() - local win = vim.api.nvim_get_current_win() - vim.api.nvim_win_close(win, true) -end, { desc = "terminal close term in terminal mode" }) - -- whichkey map("n", "wK", "WhichKey ", { desc = "whichkey all keymaps" })