add control+shift+p for doing a live grep in a folder
This commit is contained in:
parent
e4d3b08d3b
commit
c447df45ca
1 changed files with 1 additions and 0 deletions
|
@ -227,6 +227,7 @@ later(function()
|
||||||
|
|
||||||
-- {{{ fzf-like control-P binding
|
-- {{{ fzf-like control-P binding
|
||||||
vim.keymap.set('n', '<c-P>', MiniPick.builtin.files, {})
|
vim.keymap.set('n', '<c-P>', MiniPick.builtin.files, {})
|
||||||
|
vim.keymap.set('n', '<C-S-p>', MiniPick.builtin.grep_live, {})
|
||||||
-- }}}
|
-- }}}
|
||||||
|
|
||||||
end)
|
end)
|
||||||
|
|
Loading…
Reference in a new issue