neovim: add mapping for opening telescope pickers menu

This commit is contained in:
2023-08-29 15:39:00 +03:00
parent 5c0126aca2
commit 9f67e58bdc

View File

@@ -44,3 +44,4 @@ telescope.setup({
telescope.load_extension("fzf")
vim.keymap.set("n", "<leader>f", builtin.find_files)
vim.keymap.set("n", "<leader>p", vim.cmd.Telescope)