local map = require('config.utils').map local silent = { silent = true } -- Navigate buffers and repos map('n', '', [[Telescope buffers show_all_buffers=true theme=get_dropdown]], silent) map('n', '', [[Telescope frecency theme=get_dropdown]], silent) map('n', '', [[Telescope git_files theme=get_dropdown]], silent) map('n', '', [[Telescope find_files theme=get_dropdown]], silent) map('n', '', [[Telescope live_grep theme=get_dropdown]], silent)