feat: reuse window
https://github.com/nvim-telescope/telescope.nvim/issues/2188\#issuecomment-1516861881
parent
2dd2ae2c08
commit
b847945311
|
@ -458,6 +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,
|
||||||
|
},
|
||||||
|
i = {
|
||||||
|
['<CR>'] = tel_actions.select_tab_drop,
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
},
|
},
|
||||||
|
|
Loading…
Reference in New Issue