From 557612f5fe4867ad16707c88b302367f8f6551b4 Mon Sep 17 00:00:00 2001 From: 409 Date: Tue, 3 Sep 2024 10:05:18 +0200 Subject: [PATCH] fix(alpha): `Find Git File` key --- lua/409/plugins/startup.lua | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lua/409/plugins/startup.lua b/lua/409/plugins/startup.lua index 1660554..d9d59af 100644 --- a/lua/409/plugins/startup.lua +++ b/lua/409/plugins/startup.lua @@ -66,7 +66,7 @@ return { align_shortcut = "right", hl = "DashboardCenter", hl_shortcut = "DashboardShortcut", - keymap = rhs and { "n", lhs, rhs, require("astrocore").extend_tbl(default_map_opts, map_opts) }, + keymap = rhs and { "n", lhs, rhs }, }, } end @@ -75,7 +75,7 @@ return { dashboard.button("LDR LDR ", " Return to this screen"), dashboard.button("LDR p v", " Explore"), dashboard.button("LDR p f", " Find File"), - dashboard.button("CTRL p", " Find Git File"), + dashboard.button("", " Find Git File"), dashboard.button("LDR p l", " Find Word"), }