diff --git a/nvim/lua/plugins/misc.lua b/nvim/lua/plugins/misc.lua index a1a87f8..6d36966 100644 --- a/nvim/lua/plugins/misc.lua +++ b/nvim/lua/plugins/misc.lua @@ -13,6 +13,7 @@ return { 'akinsho/toggleterm.nvim', event = 'VeryLazy', opts = { + open_mapping = [[]], direction = 'float', close_on_exit = true, autochdir = true,