diff options
Diffstat (limited to 'lua/config/neorg-which_key.lua')
| -rw-r--r-- | lua/config/neorg-which_key.lua | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/lua/config/neorg-which_key.lua b/lua/config/neorg-which_key.lua new file mode 100644 index 0000000..2ab7f0e --- /dev/null +++ b/lua/config/neorg-which_key.lua @@ -0,0 +1,10 @@ +-- binding for switching +lvim.builtin.which_key.mappings["N"] = { + name = "Neorg", + i = { "<cmd>Neorg index<CR>", "Neorg Index" }, + j = { "<cmd>Neorg journal<CR>", "Neorg Journal" }, + r = { "<cmd>Neorg return<CR>", "Neorg Return" }, + w = { "<cmd>Neorg workspace<CR>", "Neorg Workspace" }, + W = { ":Neorg workspace<TAB>", "Neorg Workspace" }, +} + |
