We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b49900 commit 665b5eeCopy full SHA for 665b5ee
1 file changed
lua/flygrep/config.lua
@@ -13,7 +13,7 @@ local default_config = {
13
open_item_vsplit = '<C-v>',
14
open_item_tabedit = '<C-t>',
15
apply_quickfix = '<C-q>',
16
- ignore_keys = { '<C-j>' },
+ ignore_keys = { '<C-j>', '<F1>' },
17
},
18
color_templete = {
19
a = {
0 commit comments