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
-- All the info you're looking for is in `:help telescope.setup()`
--
-- defaults = {
-- mappings = {
-- i = { ['<c-enter>'] = 'to_fuzzy_refine' },
-- },
-- },
defaults = {
initial_mode = 'normal',
},
-- pickers = {}
extensions = {
['ui-select'] = {