docs: update for git_files and live_grep (#2133)

This commit is contained in:
Sam Rosenthal
2022-09-04 15:55:54 -04:00
committed by GitHub
parent 2b5060362b
commit bd9e8a7eac
3 changed files with 7 additions and 9 deletions

View File

@@ -270,9 +270,9 @@ Built-in functions. Ready to be bound to any key you like.
| Functions | Description |
|-------------------------------------|-----------------------------------------------------------------------------------------------------------------------------------|
| `builtin.find_files` | Lists files in your current working directory, respects .gitignore |
| `builtin.git_files` | Fuzzy search through the output of `git ls-files` command, respects .gitignore, optionally ignores untracked files |
| `builtin.git_files` | Fuzzy search through the output of `git ls-files` command, respects .gitignore |
| `builtin.grep_string` | Searches for the string under your cursor in your current working directory |
| `builtin.live_grep` | Search for a string in your current working directory and get results live as you type (respecting .gitignore) |
| `builtin.live_grep` | Search for a string in your current working directory and get results live as you type, respects .gitignore |
### Vim Pickers