mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
added more neorg which key keybinds
This commit is contained in:
@@ -62,6 +62,25 @@ return {
|
|||||||
require("which-key").register({
|
require("which-key").register({
|
||||||
["<leader>o"] = {
|
["<leader>o"] = {
|
||||||
name = "Neorg",
|
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 = {
|
p = {
|
||||||
name = "Presenter",
|
name = "Presenter",
|
||||||
s = {
|
s = {
|
||||||
|
|||||||
Reference in New Issue
Block a user