From 6f0c8c20ff82ed72008647d59bfe2638c2cb1fe2 Mon Sep 17 00:00:00 2001 From: "hui.liu" Date: Tue, 13 Jul 2021 23:28:16 +0800 Subject: Add telescope cycle prompt history keymappings (#909) --- lua/core/telescope.lua | 2 ++ 1 file changed, 2 insertions(+) (limited to 'lua/core/telescope.lua') diff --git a/lua/core/telescope.lua b/lua/core/telescope.lua index 07487a3c..5a067d67 100644 --- a/lua/core/telescope.lua +++ b/lua/core/telescope.lua @@ -48,6 +48,8 @@ M.config = function() -- buffer_previewer_maker = require("telescope.previewers").buffer_previewer_maker, mappings = { i = { + [""] = actions.cycle_history_next, + [""] = actions.cycle_history_prev, [""] = actions.close, [""] = actions.move_selection_next, [""] = actions.move_selection_previous, -- cgit v1.2.3