FZF-lua: Add action for adding search items to quickfix list
This commit is contained in:
parent
7c198599d7
commit
3839bb8582
1 changed files with 3 additions and 0 deletions
|
|
@ -13,6 +13,9 @@ fzf_lua.setup({
|
||||||
rg_opts = "--color=never --files",
|
rg_opts = "--color=never --files",
|
||||||
},
|
},
|
||||||
keymap = {
|
keymap = {
|
||||||
|
fzf = {
|
||||||
|
["ctrl-q"] = "select-all+accept",
|
||||||
|
},
|
||||||
builtin = {
|
builtin = {
|
||||||
["<C-j>"] = "down",
|
["<C-j>"] = "down",
|
||||||
["<C-k>"] = "up",
|
["<C-k>"] = "up",
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue