Compare commits
No commits in common. "6bd858ae4fe7caed7cf326bf22ad859c5c98bd44" and "df60611a0cd01fe07b2b91417238b9f5d10a029a" have entirely different histories.
6bd858ae4f
...
df60611a0c
|
@ -458,10 +458,10 @@ require('telescope').setup {
|
|||
[harpoon_keymap] = function(prompt_bufnr)
|
||||
mark_telescope_selections(prompt_bufnr)
|
||||
end,
|
||||
['<CR>'] = tel_actions.select_drop,
|
||||
['<CR>'] = tel_actions.select_tab_drop,
|
||||
},
|
||||
i = {
|
||||
['<CR>'] = tel_actions.select_drop,
|
||||
['<CR>'] = tel_actions.select_tab_drop,
|
||||
},
|
||||
},
|
||||
},
|
||||
|
|
Loading…
Reference in New Issue