Compare commits
2 Commits
df60611a0c
...
6bd858ae4f
Author | SHA1 | Date |
---|---|---|
htran | 6bd858ae4f | |
htran | 8246e8eb93 |
|
@ -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