From 6cc2387c20344c8b4813d7022dc59a4c360dee9e Mon Sep 17 00:00:00 2001 From: 409 Date: Sat, 22 Jun 2024 13:14:33 +0200 Subject: [PATCH] feat: open fugitive in new tab instead of split --- lua/409/plugins/git.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/409/plugins/git.lua b/lua/409/plugins/git.lua index 4902cda..a5de387 100644 --- a/lua/409/plugins/git.lua +++ b/lua/409/plugins/git.lua @@ -4,7 +4,7 @@ return { keys = { { "gs", - ":Git", + ":tab Git", desc = "Fugitive" }, },