Merge branch 'telescope-reuse-window' into bleed
commit
6bd858ae4f
|
@ -458,10 +458,10 @@ require('telescope').setup {
|
||||||
[harpoon_keymap] = function(prompt_bufnr)
|
[harpoon_keymap] = function(prompt_bufnr)
|
||||||
mark_telescope_selections(prompt_bufnr)
|
mark_telescope_selections(prompt_bufnr)
|
||||||
end,
|
end,
|
||||||
['<CR>'] = tel_actions.select_tab_drop,
|
['<CR>'] = tel_actions.select_drop,
|
||||||
},
|
},
|
||||||
i = {
|
i = {
|
||||||
['<CR>'] = tel_actions.select_tab_drop,
|
['<CR>'] = tel_actions.select_drop,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue