diff options
Diffstat (limited to 'lua')
-rw-r--r-- | lua/config/whichkey.lua | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lua/config/whichkey.lua b/lua/config/whichkey.lua index 645a1e4..f68cdc9 100644 --- a/lua/config/whichkey.lua +++ b/lua/config/whichkey.lua @@ -178,7 +178,7 @@ local mappings = { o = { name = "Orgmode", a = {"<cmd>lua require('orgmode').action('agenda.prompt')", "Open agenda prompt"}, - o = {"<cmd>lua require('orgmode').action('capture.prompt')", "Open capture prompt"}, + c = {"<cmd>lua require('orgmode').action('capture.prompt')", "Open capture prompt"}, }, r = { |