return { -- floating terminal to toggle "numtostr/fterm.nvim", keys = { { "tt", function() require("FTerm").toggle() end, mode = "n", desc = "Terminal: open", }, { "gt", function() require("FTerm"):new({ cmd = "lazygit" }):toggle() end, mode = "n", desc = "Git: open lazygit", }, { "tg", function() require("FTerm"):new({ cmd = "lazygit" }):toggle() end, mode = "n", desc = "Terminal: open lazygit", }, }, opts = {}, }