diff --git a/lua/plugins/telescope.lua b/lua/plugins/telescope.lua index 4ba42f4..a96a012 100644 --- a/lua/plugins/telescope.lua +++ b/lua/plugins/telescope.lua @@ -48,11 +48,9 @@ return { -- Fuzzy Finder (files, lsp, etc) -- You can put your default mappings / updates / etc. in here -- All the info you're looking for is in `:help telescope.setup()` -- - -- defaults = { - -- mappings = { - -- i = { [''] = 'to_fuzzy_refine' }, - -- }, - -- }, + defaults = { + initial_mode = 'normal', + }, -- pickers = {} extensions = { ['ui-select'] = {