AutoYADM commit: 2025-01-24 16:25:05
This commit is contained in:
parent
aac56a6789
commit
253a80e0d2
2 changed files with 7 additions and 0 deletions
|
@ -42,6 +42,12 @@ return {
|
|||
icon = " ",
|
||||
key = "a",
|
||||
},
|
||||
{
|
||||
action = pick,
|
||||
desc = " Projects",
|
||||
icon = " ",
|
||||
key = "p",
|
||||
},
|
||||
{
|
||||
action = function()
|
||||
vim.api.nvim_input("<CMD>ObsidianQuickSwitch<CR>")
|
||||
|
|
|
@ -0,0 +1 @@
|
|||
return {}
|
Loading…
Add table
Add a link
Reference in a new issue