{ plugins.telescope = { enable = true; extensions = { file-browser = { enable = true; settings = { hijack_netrw = true; }; }; }; settings.defaults.mappings = { "i" = { "" = {__raw = "require('telescope.actions').cycle_history_next";}; "" = {__raw = "require('telescope.actions').cycle_history_prev";}; }; }; }; keymaps = [ { action = "Telescope find_files"; key = "f"; } { action = "Telescope live_grep"; key = "g"; } { action = "Telescope buffers"; key = "u"; } { action = "Telescope file_browser path=%:p:h select_buffer=true"; key = "b"; } { action = "Telescope file_browser"; key = "B"; } ]; }