diff --git a/lua/core/plugin_config/terminal.lua b/lua/core/plugin_config/terminal.lua index 4d76e25..13502c6 100644 --- a/lua/core/plugin_config/terminal.lua +++ b/lua/core/plugin_config/terminal.lua @@ -7,7 +7,7 @@ require("toggleterm").setup({ -- Get out of terminal! function _G.set_terminal_keymaps() local opts = {buffer = 0} - vim.keymap.set('t', '', [[]], opts) + vim.keymap.set('t', '', [[]], opts) vim.keymap.set('t', '', [[]], opts) end vim.cmd('autocmd! TermOpen term://* lua set_terminal_keymaps()')