From 31a72d58acf0cab2d10ff39fd7fa24e96d4d69aa Mon Sep 17 00:00:00 2001 From: Arjun Patel Date: Fri, 3 Feb 2023 07:30:21 -0600 Subject: [PATCH] adding better navigation for telescope search --- lua/configs/telescope.lua | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/lua/configs/telescope.lua b/lua/configs/telescope.lua index cc659ba..3fdcc55 100644 --- a/lua/configs/telescope.lua +++ b/lua/configs/telescope.lua @@ -25,10 +25,10 @@ telescope.setup(astronvim.user_plugin_opts("plugins.telescope", { mappings = { i = { - [""] = actions.cycle_history_next, - [""] = actions.cycle_history_prev, - [""] = actions.move_selection_next, - [""] = actions.move_selection_previous, + -- [""] = actions.cycle_history_next, + -- [""] = actions.cycle_history_prev, + [""] = actions.move_selection_next, + [""] = actions.move_selection_previous, }, n = { ["q"] = actions.close }, },