diff --git a/lua/core/mappings.lua b/lua/core/mappings.lua index d180694..a2d47b8 100644 --- a/lua/core/mappings.lua +++ b/lua/core/mappings.lua @@ -170,8 +170,8 @@ M.telescope = function() local m = plugin_maps.telescope map("n", m.buffers, ":Telescope buffers ") - map("n", m.find_files, ":Telescope find_files no_ignore=true ") - map("n", m.find_hiddenfiles, ":Telescope find_files hidden=true ") + map("n", m.find_files, ":Telescope find_files ") + map("n", m.find_hiddenfiles, ":Telescope find_files no_ignore=true hidden=true ") map("n", m.git_commits, ":Telescope git_commits ") map("n", m.git_status, ":Telescope git_status ") map("n", m.help_tags, ":Telescope help_tags ")