🔧 Config nvim fzf
This commit is contained in:
parent
4dd8d4f459
commit
05e95891e2
1 changed files with 1 additions and 1 deletions
|
|
@ -80,7 +80,7 @@ vim.keymap.set("n", "cp", ":ClangFormat<cr>", { silent = true })
|
|||
|
||||
-- open fzf with ctrl + p
|
||||
vim.cmd([[nnoremap fzf :silent :FZFExplore]])
|
||||
vim.keymap.set("n", "<leader>f", ":FZFExplore")
|
||||
vim.keymap.set("n", "<leader>f", ":FZFExplore<CR>")
|
||||
-- vim.keymap.set("n", "<C-p>", "<c-w>:FZFExplore<CR>", {})
|
||||
|
||||
-- CtrlP: similar to fzf, but with a more simple interface
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue