mirror of
https://github.com/aminnairi/dotfiles.git
synced 2026-09-14 15:42:14 +02:00
more keybinds for list manipulations for neorg
This commit is contained in:
@@ -80,6 +80,17 @@ return {
|
|||||||
":Neorg return<CR>",
|
":Neorg return<CR>",
|
||||||
"Return"
|
"Return"
|
||||||
},
|
},
|
||||||
|
l = {
|
||||||
|
name = "List",
|
||||||
|
t = {
|
||||||
|
":Neorg keybind norg core.pivot.toggle-list-type",
|
||||||
|
"Toggle"
|
||||||
|
},
|
||||||
|
i = {
|
||||||
|
":Neorg keybind norg core.pivot.invert-list-type",
|
||||||
|
"Invert"
|
||||||
|
}
|
||||||
|
},
|
||||||
w = {
|
w = {
|
||||||
name = "Workspace",
|
name = "Workspace",
|
||||||
n = {
|
n = {
|
||||||
|
|||||||
Reference in New Issue
Block a user