diff options
author | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-23 22:03:07 +0100 |
---|---|---|
committer | Gustaf Rydholm <gustaf.rydholm@gmail.com> | 2022-03-23 22:03:07 +0100 |
commit | 8ba47813679ccf657658b8b2ea0bfe18fbe4e8f8 (patch) | |
tree | 9db03768bb1139eefecdd72ba9a3699556ccca58 /lua | |
parent | 0db5d7aa098cec538ad0006c96a0a6b6bc159262 (diff) |
fix(whichkey): orgmode c
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 = { |