Compare commits

...

2 Commits

1 changed files with 2 additions and 2 deletions

View File

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