summaryrefslogtreecommitdiff
path: root/after/plugin/telescope.lua
diff options
context:
space:
mode:
Diffstat (limited to 'after/plugin/telescope.lua')
-rw-r--r--after/plugin/telescope.lua2
1 files changed, 1 insertions, 1 deletions
diff --git a/after/plugin/telescope.lua b/after/plugin/telescope.lua
index c2d32a3..720e157 100644
--- a/after/plugin/telescope.lua
+++ b/after/plugin/telescope.lua
@@ -25,7 +25,7 @@ require("telescope").setup({
local builtin = require("telescope.builtin")
map("n", " tf", builtin.find_files)
-map("n", " tb", builtin.buffers)
+map("n", " bl", builtin.buffers)
map("n", "<C-p>", builtin.git_files)
map("n", " tw", builtin.live_grep)
map("n", " th", builtin.help_tags, { desc = "Find help tags" })