diff --git a/.config/nvim/plugin/telescope.lua b/.config/nvim/plugin/telescope.lua index 9cb1123b..21aaef03 100644 --- a/.config/nvim/plugin/telescope.lua +++ b/.config/nvim/plugin/telescope.lua @@ -26,10 +26,16 @@ telescope.setup { [""] = actions.to_fuzzy_refine, [""] = actions.cycle_history_prev, [""] = actions.cycle_history_next, + + [""] = actions.nop, + [""] = actions.select_horizontal, }, i = { [""] = actions.cycle_history_prev, [""] = actions.cycle_history_next, + + [""] = actions.nop, + [""] = actions.select_horizontal, }, }, layout_config = { height = 0.5 },