chore(vim-bujo): add <leader>bt keybinding

This commit is contained in:
Simon Lasbrugnas 2025-03-06 20:10:39 +01:00
parent 7cfad4e33b
commit a88babd7d2
Signed by untrusted user who does not match committer: simon
GPG key ID: 86039876BA6ED8DE

View file

@ -6,4 +6,7 @@ return {
let g:bujo#window_width = 100
]]
end,
keys = {
{ "<leader>bt", "<cmd>Todo<CR>", desc = "Open Todo list" },
},
}