Tom and GitHub
d331433ed8
fix(grep): make filename parser non-greedy ( #1785 )
...
To protect against content variation including colon / number
combinations
2022-03-11 10:28:32 +01:00
Tom and GitHub
c5a6ed16e2
feat: selection_strategy closest ( #885 )
...
* Added closest selection_strategy to use default_selection_index initially but prefer highest ranked match when prompt not empty
* Updated supporting documentation to include selection_strategy
2021-07-02 12:42:25 +02:00
Tom and GitHub
e7f724b437
feat: add hidden opt to file_browser ( #608 )
...
:Telescope file_browser hidden=true
2021-03-04 20:40:35 +01:00
Tom and GitHub
49650f5d74
feat: allow git_* to use vim pwd over git root ( #563 )
...
with opt use_git_root = false
Examples:
- Telescope git_files use_git_root=false
- Telescope git_commits use_git_root=false
- Telescope git_status use_git_root=false
2021-02-27 12:04:30 +01:00