From 3ed5a224f91a8fafae607cf7fc0d0e4e697d943f Mon Sep 17 00:00:00 2001 From: Imbus Date: Thu, 5 Mar 2026 17:53:35 +0100 Subject: [PATCH] Telescope defaults to normal mode --- lua/plugins/telescope.lua | 8 +++----- 1 file changed, 3 insertions(+), 5 deletions(-) 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'] = {