mirror of
https://github.com/kristoferssolo/SoloVim.git
synced 2026-02-04 06:42:05 +00:00
Update 2025-05-31
Update 2025-05-03 Update 2025-05-05 Update 2025-05-07 Update 2025-05-09 chore: use mini.nvim Update 2025-05-12 Update 2025-05-14 Update 2025-05-16 Update 2025-05-17 Update 2025-05-20 Update 2025-05-21 Update 2025-05-23 Update 2025-05-25 Update 2025-05-30
This commit is contained in:
@@ -7,17 +7,42 @@ return {
|
||||
},
|
||||
cmd = { "Neorg" },
|
||||
keys = {
|
||||
{ "<C-Space>", "<Plug>(neorg.qol.todo-items.todo.task-cycle)", desc = "Cycle Todo Item", ft = { "norg" } },
|
||||
{
|
||||
"<C-Space>",
|
||||
"<Plug>(neorg.qol.todo-items.todo.task-cycle)",
|
||||
desc = "Cycle Todo Item",
|
||||
ft = { "norg" },
|
||||
},
|
||||
{
|
||||
"<LocalLeader>cm",
|
||||
"<Plug>(neorg.looking-glass.magnify-code-block)",
|
||||
desc = "Mignify Code Block",
|
||||
ft = { "norg" },
|
||||
},
|
||||
{ "<LocalLeader>id", "<Plug>(neorg.tempus.insert-date)", desc = "Insert Date", ft = { "norg" } },
|
||||
{ "<LocalLeader>li", "<Plug>(neorg.pivot.list.invert)", desc = "List invert", ft = { "norg" } },
|
||||
{ "<LocalLeader>lt", "<Plug>(neorg.pivot.list.toggle)", desc = "List Toggle", ft = { "norg" } },
|
||||
{ "<LocalLeader>nn", "<Plug>(neorg.dirman.new-note)", desc = "New Note", ft = { "norg" } },
|
||||
{
|
||||
"<LocalLeader>id",
|
||||
"<Plug>(neorg.tempus.insert-date)",
|
||||
desc = "Insert Date",
|
||||
ft = { "norg" },
|
||||
},
|
||||
{
|
||||
"<LocalLeader>li",
|
||||
"<Plug>(neorg.pivot.list.invert)",
|
||||
desc = "List invert",
|
||||
ft = { "norg" },
|
||||
},
|
||||
{
|
||||
"<LocalLeader>lt",
|
||||
"<Plug>(neorg.pivot.list.toggle)",
|
||||
desc = "List Toggle",
|
||||
ft = { "norg" },
|
||||
},
|
||||
{
|
||||
"<LocalLeader>nn",
|
||||
"<Plug>(neorg.dirman.new-note)",
|
||||
desc = "New Note",
|
||||
ft = { "norg" },
|
||||
},
|
||||
{
|
||||
"<LocalLeader>ta",
|
||||
"<Plug>(neorg.qol.todo-items.todo.task-ambiguous)",
|
||||
|
||||
Reference in New Issue
Block a user