{ plugins.telescope = { enable = true; extensions = { file-browser = { enable = true; settings = { hijack_netrw = true; }; }; }; }; keymaps = [ { action = "Telescope find_files"; key = "f"; } { action = "Telescope live_grep"; key = "g"; } { action = "Telescope file_browser path=%:p:h select_buffer=true"; key = "b"; } { action = "Telescope file_browser"; key = "B"; } ]; }