<leader>i to capture interruptions with template, todos to incoming.org
This commit is contained in:
@@ -44,6 +44,7 @@ vim.keymap.set('n', '<leader>of',
|
||||
end,
|
||||
{ desc = "Open org folder" })
|
||||
vim.keymap.set('n', '<leader>a', ':silent Org agenda t<cr>', { desc = "Org Agenda" })
|
||||
vim.keymap.set('n', '<leader>i', ':silent Org capture i<cr>', { desc = "Org Interruption" })
|
||||
|
||||
-- toggle colorscheme between dark and light
|
||||
vim.keymap.set('n', '<leader>m', function()
|
||||
|
||||
Reference in New Issue
Block a user