|
@@ -55,7 +55,7 @@ function M.config()
|
|
|
["<C-j>"] = actions.cycle_history_next,
|
|
|
["<C-k>"] = actions.cycle_history_prev,
|
|
|
["<C-q>"] = actions.smart_send_to_qflist + actions.open_qflist,
|
|
|
- ["<CR>"] = actions.select_default + actions.center,
|
|
|
+ ["<CR>"] = actions.select_default,
|
|
|
},
|
|
|
n = {
|
|
|
["<C-n>"] = actions.move_selection_next,
|