diff --git a/after/plugin/telescope.lua b/after/plugin/telescope.lua index bde4b4f..2f7b790 100644 --- a/after/plugin/telescope.lua +++ b/after/plugin/telescope.lua @@ -15,6 +15,7 @@ local function custom_git_files() end -- Keybindings +vim.keymap.set('n', 'pf', builtin.find_files, {}) vim.keymap.set('n', '', custom_git_files, {}) -- Use the custom function here vim.keymap.set('n', 'ps', function() builtin.grep_string({ search = vim.fn.input("Grep > ") })