mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(telescope): add keymap for quickfixhistory
Signed-off-by: Osamu Aoki <osamu@debian.org>
This commit is contained in:
parent
53f4595b4e
commit
c17609057f
1 changed files with 1 additions and 0 deletions
|
|
@ -124,6 +124,7 @@ return {
|
|||
{ "<leader>so", "<cmd>Telescope vim_options<cr>", desc = "Options" },
|
||||
{ "<leader>sR", "<cmd>Telescope resume<cr>", desc = "Resume" },
|
||||
{ "<leader>sq", "<cmd>Telescope quickfix<cr>", desc = "Quickfix List" },
|
||||
{ "<leader>xh", "<cmd>Telescope quickfixhistory<cr>", desc = "Quickfix History" },
|
||||
{ "<leader>sw", LazyVim.pick("grep_string", { word_match = "-w" }), desc = "Word (Root Dir)" },
|
||||
{ "<leader>sW", LazyVim.pick("grep_string", { root = false, word_match = "-w" }), desc = "Word (cwd)" },
|
||||
{ "<leader>sw", LazyVim.pick("grep_string"), mode = "v", desc = "Selection (Root Dir)" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue