Telescope defaults to normal mode

This commit is contained in:
Imbus 2026-03-05 17:53:35 +01:00
parent e3fefa134d
commit 3ed5a224f9

View file

@ -48,11 +48,9 @@ return { -- Fuzzy Finder (files, lsp, etc)
-- You can put your default mappings / updates / etc. in here -- You can put your default mappings / updates / etc. in here
-- All the info you're looking for is in `:help telescope.setup()` -- All the info you're looking for is in `:help telescope.setup()`
-- --
-- defaults = { defaults = {
-- mappings = { initial_mode = 'normal',
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' }, },
-- },
-- },
-- pickers = {} -- pickers = {}
extensions = { extensions = {
['ui-select'] = { ['ui-select'] = {