diff --git a/.config/nvim/lua/plugins/telescope.lua b/.config/nvim/lua/plugins/telescope.lua index ac86fde6..4d244d4e 100644 --- a/.config/nvim/lua/plugins/telescope.lua +++ b/.config/nvim/lua/plugins/telescope.lua @@ -51,6 +51,8 @@ return { [""] = actions.move_selection_next, [""] = actions.close, [""] = require("telescope.actions.layout").toggle_preview, + [""] = actions.cycle_history_next, + [""] = actions.cycle_history_prev, }, }, file_ignore_patterns = {