htran 2023-09-30 23:02:27 -07:00
parent 2dd2ae2c08
commit b847945311
1 changed files with 4 additions and 0 deletions

View File

@ -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,
}, },
}, },
}, },