remove esc to quit for telescope
This commit is contained in:
@ -11,7 +11,6 @@ require('telescope').setup({
|
|||||||
defaults = {
|
defaults = {
|
||||||
mappings = {
|
mappings = {
|
||||||
i = {
|
i = {
|
||||||
['<esc>'] = actions.close,
|
|
||||||
['<cr>'] = actions.select_default + actions.center,
|
['<cr>'] = actions.select_default + actions.center,
|
||||||
['<C-l>'] = actions.send_selected_to_loclist,
|
['<C-l>'] = actions.send_selected_to_loclist,
|
||||||
['<C-q>'] = actions.smart_send_to_qflist,
|
['<C-q>'] = actions.smart_send_to_qflist,
|
||||||
|
Reference in New Issue
Block a user