fix telescope media files mapping #183
This commit is contained in:
parent
bdd63eeedc
commit
a31d8fb228
|
@ -127,7 +127,7 @@ map("n", "<Leader>fw", ":Telescope live_grep<CR>", opt)
|
|||
map("n", "<Leader>gt", ":Telescope git_status <CR>", opt)
|
||||
map("n", "<Leader>cm", ":Telescope git_commits <CR>", opt)
|
||||
map("n", "<Leader>ff", ":Telescope find_files <CR>", opt)
|
||||
map("n", "<Leader>fp", ":lua require('telescope').extensions.media_files.media_files()<CR>", opt)
|
||||
map("n", "<Leader>fp", ":Telescope media_files <CR>", opt)
|
||||
map("n", "<Leader>fb", ":Telescope buffers<CR>", opt)
|
||||
map("n", "<Leader>fh", ":Telescope help_tags<CR>", opt)
|
||||
map("n", "<Leader>fo", ":Telescope oldfiles<CR>", opt)
|
||||
|
|
Loading…
Reference in New Issue