mirror of
https://github.com/LazyVim/LazyVim.git
synced 2026-07-25 14:01:06 +00:00
feat(fzf): add keymap for quickfix stack
Signed-off-by: Osamu Aoki <osamu@debian.org>
This commit is contained in:
parent
c17609057f
commit
e80de24053
1 changed files with 1 additions and 0 deletions
|
|
@ -231,6 +231,7 @@ return {
|
|||
{ "<leader>sm", "<cmd>FzfLua marks<cr>", desc = "Jump to Mark" },
|
||||
{ "<leader>sR", "<cmd>FzfLua resume<cr>", desc = "Resume" },
|
||||
{ "<leader>sq", "<cmd>FzfLua quickfix<cr>", desc = "Quickfix List" },
|
||||
{ "<leader>xh", "<cmd>FzfLua quickfix_stack<cr>", desc = "Quickfix Stack" },
|
||||
{ "<leader>sw", LazyVim.pick("grep_cword"), desc = "Word (Root Dir)" },
|
||||
{ "<leader>sW", LazyVim.pick("grep_cword", { root = false }), desc = "Word (cwd)" },
|
||||
{ "<leader>sw", LazyVim.pick("grep_visual"), mode = "v", desc = "Selection (Root Dir)" },
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue