feat: Cleanup of plugins, swapping the telekasten shortcut for toggling

todo items and making changes to the build UI.
This commit is contained in:
2026-05-19 04:10:44 -05:00
parent f8836d1f49
commit 905fd8fc43
4 changed files with 7 additions and 15 deletions

View File

@@ -49,7 +49,7 @@ return {
vim.api.nvim_set_hl(0, 'tkTag', { ctermfg = 'gray', fg = 'gray' })
end,
keys = {
{ '<leader>tt', ':Telekasten toggle_todo<CR>' },
{ '<leader>zt', ':Telekasten toggle_todo<CR>' },
{ '<leader>zfn', ':Telekasten find_notes<CR>' },
{ '<leader>zft', ':Telekasten show_tags<CR>' },
{ '<leader>zn', ':Telekasten new_note<CR>' },