fix(alpha): Find Git File key
This commit is contained in:
@@ -66,7 +66,7 @@ return {
|
|||||||
align_shortcut = "right",
|
align_shortcut = "right",
|
||||||
hl = "DashboardCenter",
|
hl = "DashboardCenter",
|
||||||
hl_shortcut = "DashboardShortcut",
|
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
|
end
|
||||||
@@ -75,7 +75,7 @@ return {
|
|||||||
dashboard.button("LDR LDR ", " Return to this screen"),
|
dashboard.button("LDR LDR ", " Return to this screen"),
|
||||||
dashboard.button("LDR p v", " Explore"),
|
dashboard.button("LDR p v", " Explore"),
|
||||||
dashboard.button("LDR p f", " Find File"),
|
dashboard.button("LDR p f", " Find File"),
|
||||||
dashboard.button("CTRL p", " Find Git File"),
|
dashboard.button("<C-p>", " Find Git File"),
|
||||||
dashboard.button("LDR p l", " Find Word"),
|
dashboard.button("LDR p l", " Find Word"),
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user