diff --git a/.config/nvim/lua/plugins/whichkey.lua b/.config/nvim/lua/plugins/whichkey.lua index e09d890..792772a 100644 --- a/.config/nvim/lua/plugins/whichkey.lua +++ b/.config/nvim/lua/plugins/whichkey.lua @@ -3,6 +3,7 @@ wk.register({ a = { name = "Actions", r = "Reload Config", + c = "Find Config Files", }, d = { name = "Debug", @@ -32,6 +33,12 @@ wk.register({ r = "Show References", t = "Show Type Definition", }, + o = { + name = "Org", + a = "Agenda", + c = "Capture", + f = "Find Org Files", + }, s = { name = "Splits & Buffers", v = "Vertical Split",