Skip to content

Commit

Permalink
todo: add filter to telescope binding to reduce noise with keywords l…
Browse files Browse the repository at this point in the history
…ike NOTE

Signed-off-by: aserowy <serowy@hotmail.com>
  • Loading branch information
aserowy committed Nov 20, 2024
1 parent 6014dbd commit dda55df
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lua/mappings.lua
Original file line number Diff line number Diff line change
Expand Up @@ -152,7 +152,7 @@ local function navigations()

keymaps.register("n", {
["<leader>tt"] = [[<cmd>TodoTrouble toggle<cr>]],
["<leader>tf"] = [[<cmd>TodoTelescope<cr>]],
["<leader>tf"] = [[<cmd>TodoTelescope keywords=FIX,TODO,WAITING<cr>]],
["<leader>lw"] = [[<cmd>Trouble diagnostics toggle filter.severity=vim.diagnostic.severity.WARN<cr>]],
["<leader>le"] = [[<cmd>Trouble diagnostics toggle filter.severity=vim.diagnostic.severity.ERROR<cr>]],
["<leader>ll"] = [[<cmd>Trouble diagnostics toggle<cr>]],
Expand Down

0 comments on commit dda55df

Please sign in to comment.