Telescope defaults to normal mode
This commit is contained in:
parent
e3fefa134d
commit
3ed5a224f9
1 changed files with 3 additions and 5 deletions
|
|
@ -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'] = {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue