fix: change LazyGit terminal toggle to floating window

This commit is contained in:
2024-08-31 02:59:35 -04:00
parent 4ca3350b50
commit 62da778481
+1 -1
View File
@@ -319,7 +319,7 @@ M.misc = {
{ {
lhs = "<leader>gt", lhs = "<leader>gt",
rhs = function() rhs = function()
rootiest.toggle_lazygit_term() rootiest.toggle_lazygit_float()
end, end,
desc = "LazyGit Terminal", desc = "LazyGit Terminal",
}, },