From 62da77848173ab3323ad9fccb02b0358f243d6d4 Mon Sep 17 00:00:00 2001 From: rootiest Date: Sat, 31 Aug 2024 02:59:35 -0400 Subject: [PATCH] fix: change LazyGit terminal toggle to floating window --- lua/data/keys.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/data/keys.lua b/lua/data/keys.lua index 3419bd2..43e5087 100644 --- a/lua/data/keys.lua +++ b/lua/data/keys.lua @@ -319,7 +319,7 @@ M.misc = { { lhs = "gt", rhs = function() - rootiest.toggle_lazygit_term() + rootiest.toggle_lazygit_float() end, desc = "LazyGit Terminal", },