Skip to content

Commit

Permalink
feat(markdown): add obsidian keybindings
Browse files Browse the repository at this point in the history
  • Loading branch information
rstacruz committed Jul 22, 2024
1 parent 5fac239 commit b581f7a
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions lua/plugins/markdown_plugins.lua
Original file line number Diff line number Diff line change
Expand Up @@ -88,6 +88,18 @@ return {
"ObsidianNewFromTemplate",
"ObsidianWorkspace",
},
keys = {
{
"<leader>mw",
"<cmd>ObsidianWorkspace<cr>",
desc = "Obsidian: open workspace...",
},
{
"<leader>mn",
"<cmd>ObsidianNew<cr>",
desc = "Obsidian: create new file...",
},
},
opts = {
workspaces = get_obsidian_workspaces(),

Expand Down

0 comments on commit b581f7a

Please sign in to comment.