We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent aa084b5 commit b2a675eCopy full SHA for b2a675e
lua/orgmode/objects/calendar.lua
@@ -71,7 +71,7 @@ function Calendar.open()
71
vim.api.nvim_buf_set_var(Calendar.buf, 'indent_blankline_enabled', false)
72
vim.api.nvim_buf_set_option(Calendar.buf, 'bufhidden', 'wipe')
73
74
- local map_opts = { buffer = Calendar.buf, silent = true }
+ local map_opts = { buffer = Calendar.buf, silent = true, nowait = true }
75
76
vim.keymap.set('n', 'j', '<cmd>lua require("orgmode.objects.calendar").cursor_down()<cr>', map_opts)
77
vim.keymap.set('n', 'k', '<cmd>lua require("orgmode.objects.calendar").cursor_up()<cr>', map_opts)
0 commit comments