add mapping for finding hidden files with telescope (#360)

This commit is contained in:
siduck76
2021-08-25 05:36:44 +05:30
parent 3dc1db884c
commit 4828cfd282
2 changed files with 3 additions and 1 deletions

View File

@@ -174,6 +174,7 @@ M.mappings.plugin = {
telescope = {
buffers = "<leader>fb",
find_files = "<leader>ff",
find_hiddenfiles = "<leader>fa",
git_commits = "<leader>cm",
git_status = "<leader>gt",
help_tags = "<leader>fh",