feat: more telescope mappings

This commit is contained in:
David JULIEN 2021-05-29 23:59:03 +02:00
parent c7b3fc1851
commit 03ae7cfce3
1 changed files with 1 additions and 0 deletions

View File

@ -24,3 +24,4 @@ utils.map("n", "<leader>lf", "<cmd>lua vim.lsp.buf.formatting()<CR>")
-- telescope
utils.map("n", "<leader>tf", "<cmd>Telescope find_files<CR>")
utils.map("n", "<leader>tb", "<cmd>Telescope file_browser<CR>")
utils.map("n", "<leader>tl", "<cmd>Telescope live_grep<CR>")