From 9df1b6f37a6bf8d6f7ffc7801682e600f956affb Mon Sep 17 00:00:00 2001 From: senelway Date: Wed, 26 Jul 2023 16:17:37 +0700 Subject: [PATCH] fix: change terminal close hotkey migrate from hotkey to --- nvim/lua/custom/mappings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nvim/lua/custom/mappings.lua b/nvim/lua/custom/mappings.lua index ec3dacd..ffbab3e 100644 --- a/nvim/lua/custom/mappings.lua +++ b/nvim/lua/custom/mappings.lua @@ -91,7 +91,7 @@ M.telescope = { M.nvterm = { plugin = true, t = { - [""] = { + [""] = { function() if require("custom.utils.helpers").isCurrentBufferOption "terminal" then require("nvterm.terminal").toggle "float"