Merge branch 'telescope-reuse-window' into bleed

bleed
htran 2023-09-30 23:21:18 -07:00
commit 6bd858ae4f
1 changed files with 2 additions and 2 deletions

View File

@ -458,10 +458,10 @@ require('telescope').setup {
[harpoon_keymap] = function(prompt_bufnr)
mark_telescope_selections(prompt_bufnr)
end,
['<CR>'] = tel_actions.select_tab_drop,
['<CR>'] = tel_actions.select_drop,
},
i = {
['<CR>'] = tel_actions.select_tab_drop,
['<CR>'] = tel_actions.select_drop,
},
},
},