added more neorg which key keybinds

This commit is contained in:
aminnairi
2024-01-13 20:59:13 +01:00
parent 91ff66748a
commit 8f3e217fc1
@@ -62,6 +62,25 @@ return {
require("which-key").register({
["<leader>o"] = {
name = "Neorg",
i = {
":Neorg index<CR>",
"Index"
},
r = {
":Neorg return<CR>",
"Return"
},
w = {
name = "Workspace",
n = {
":Neorg workspace notes",
"Notes"
},
d = {
":Neorg workspace default",
"Default"
}
},
p = {
name = "Presenter",
s = {