From a31d8fb22845666c80b7957f1cf7740038c5bb04 Mon Sep 17 00:00:00 2001 From: siduck76 Date: Sat, 24 Jul 2021 10:11:21 +0530 Subject: [PATCH] fix telescope media files mapping #183 --- lua/mappings.lua | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lua/mappings.lua b/lua/mappings.lua index cfd6e1b..815bf4d 100644 --- a/lua/mappings.lua +++ b/lua/mappings.lua @@ -127,7 +127,7 @@ map("n", "fw", ":Telescope live_grep", opt) map("n", "gt", ":Telescope git_status ", opt) map("n", "cm", ":Telescope git_commits ", opt) map("n", "ff", ":Telescope find_files ", opt) -map("n", "fp", ":lua require('telescope').extensions.media_files.media_files()", opt) +map("n", "fp", ":Telescope media_files ", opt) map("n", "fb", ":Telescope buffers", opt) map("n", "fh", ":Telescope help_tags", opt) map("n", "fo", ":Telescope oldfiles", opt)