I noticed this the most with ci.yml (GitHub Action file), as I hope around between projects. My smart-open command is: ```vim nnoremap <C-t> :lua require('telescope').extensions.smart_open.smart_open({cwd_only = true})<CR> ``` maybe there is some default filter I need to configure?