feat(nvim): add binding to open telescope quickfixhistory

This commit is contained in:
Price Hiller 2023-10-08 04:39:03 -05:00
parent 8f35824741
commit 0cbba38880
Signed by: Price
SSH Key Fingerprint: SHA256:Y4S9ZzYphRn1W1kbJerJFO6GGsfu9O70VaBSxJO7dF8

View File

@ -33,7 +33,7 @@ return {
{ "<leader>tc", ":Telescope commands<CR>", desc = "Telescope: Commands" },
{ "<leader>tu", ":Telescope undo<CR>", desc = "Telescope: Undo History" },
{ "<leader>tm", ":Telescope man_pages<CR>", desc = "Telescope: Man Pages" },
{ "<leader>lq", ":Telescope diagnostics bufnr=0<CR>", desc = "LSP: Telescope Diagnostics" },
{ "<leader>tq", ":Telescope quickfixhistry", desc = "LSP: Telescope Quickfix History" },
{ "<leader>nv", ":Telescope notify<CR>", desc = "Notifications: Search" },
},
dependencies = {