Update: telescope initial_mode = 'normal'

This commit is contained in:
psychhim
2025-10-21 21:42:19 +05:30
parent 79229a2f23
commit 93c8135d68
2 changed files with 13 additions and 12 deletions

View File

@@ -41,6 +41,7 @@ return {
-- See `:help telescope` and `:help telescope.setup()`
require('telescope').setup {
defaults = {
initial_mode = 'normal',
mappings = {
i = {
['<C-u>'] = false,