summaryrefslogtreecommitdiff
path: root/lua/config/neorg-which_key.lua
blob: 2ab7f0e1ecf9855ef80d463b477080cd6ecb49eb (plain)
1
2
3
4
5
6
7
8
9
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" },
}