Removes key overwrites
This commit is contained in:
parent
b31e1146c7
commit
a059822369
1 changed files with 0 additions and 3 deletions
|
|
@ -4,7 +4,4 @@ return {
|
|||
vim.g.vimwiki_list = { { path = "~/notes", syntax = "markdown", ext = "md" } }
|
||||
vim.g.vimwiki_map_prefix = "<Leader>o"
|
||||
end,
|
||||
keys = {
|
||||
{ "<leader>d", "<cmd>90vsplit | VimwikiMakeDiaryNote<cr>", desc = "Open today's diary in split", mode = "n" },
|
||||
},
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue