This commit is contained in:
Hadi
2024-06-27 09:20:44 +00:00
parent 2972b4238c
commit c8c81e20ae
8 changed files with 40 additions and 8 deletions

View File

@@ -82,6 +82,21 @@
hl = "AlphaTextColor";
};
}
{
type = "button";
val = " Keybindings";
on_press.__raw =
"function() vim.cmd[[e ${config.var.configDirectory}/docs/KEYBINDINGS.md]] end";
opts = {
shortcut = "nc";
position = "center";
cursor = 3;
width = 50;
align_shortcut = "right";
hl_shortcut = "AlphaShortcutColor";
hl = "AlphaTextColor";
};
}
{
type = "button";
val = " Recently used";