when finding all files via Telescope follow symlinks
This commit is contained in:
parent
6f65cffaa1
commit
83ad616dd3
|
@ -169,7 +169,7 @@ M.telescope = function()
|
|||
|
||||
map("n", m.buffers, ":Telescope buffers <CR>")
|
||||
map("n", m.find_files, ":Telescope find_files <CR>")
|
||||
map("n", m.find_hiddenfiles, ":Telescope find_files no_ignore=true hidden=true <CR>")
|
||||
map("n", m.find_hiddenfiles, ":Telescope follow=true find_files no_ignore=true hidden=true <CR>")
|
||||
map("n", m.git_commits, ":Telescope git_commits <CR>")
|
||||
map("n", m.git_status, ":Telescope git_status <CR>")
|
||||
map("n", m.help_tags, ":Telescope help_tags <CR>")
|
||||
|
|
Loading…
Reference in New Issue