From 2d07e77c777502b552baf3658f0c1f75f5a842a5 Mon Sep 17 00:00:00 2001 From: alejandro-angulo Date: Fri, 2 Aug 2024 22:39:35 -0700 Subject: [PATCH] Added bindings for search history --- config/plugins/telescope.nix | 6 ++++++ 1 file changed, 6 insertions(+) diff --git a/config/plugins/telescope.nix b/config/plugins/telescope.nix index 1a0bca0..e30823d 100644 --- a/config/plugins/telescope.nix +++ b/config/plugins/telescope.nix @@ -9,6 +9,12 @@ }; }; }; + settings.defaults.mappings = { + "i" = { + "" = {__raw = "require('telescope.actions').cycle_history_next";}; + "" = {__raw = "require('telescope.actions').cycle_history_prev";}; + }; + }; }; keymaps = [