mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 11:02:13 +02:00
added more neorg which key keybinds
This commit is contained in:
@@ -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 = {
|
||||
|
||||
Reference in New Issue
Block a user