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
|
-- 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'] = {
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue