|
1 | | -*fzf-lua.txt* For Neovim >= 0.9.0 Last change: 2025 September 16 |
| 1 | +*fzf-lua.txt* For Neovim >= 0.9.0 Last change: 2025 September 22 |
2 | 2 |
|
3 | 3 | ============================================================================== |
4 | 4 | Table of Contents *fzf-lua-table-of-contents* |
@@ -296,18 +296,19 @@ TAGS *fzf-lua-tags* |
296 | 296 |
|
297 | 297 | GIT *fzf-lua-git* |
298 | 298 |
|
299 | | -| Command | List | |
300 | | -| -------------- | ------------------------ | |
301 | | -| `git_files` | `git ls-files` | |
302 | | -| `git_status` | `git status` | |
303 | | -| `git_diff` | `git diff {ref}` | |
304 | | -| `git_hunks` | `git hunks {ref}` | |
305 | | -| `git_commits` | git commit log (project) | |
306 | | -| `git_bcommits` | git commit log (buffer) | |
307 | | -| `git_blame` | git blame (buffer) | |
308 | | -| `git_branches` | git branches | |
309 | | -| `git_tags` | git tags | |
310 | | -| `git_stash` | git stash | |
| 299 | +| Command | List | |
| 300 | +| --------------- | ------------------------ | |
| 301 | +| `git_files` | `git ls-files` | |
| 302 | +| `git_status` | `git status` | |
| 303 | +| `git_diff` | `git diff {ref}` | |
| 304 | +| `git_hunks` | `git hunks {ref}` | |
| 305 | +| `git_commits` | git commit log (project) | |
| 306 | +| `git_bcommits` | git commit log (buffer) | |
| 307 | +| `git_blame` | git blame (buffer) | |
| 308 | +| `git_branches` | git branches | |
| 309 | +| `git_worktrees` | git worktrees | |
| 310 | +| `git_tags` | git tags | |
| 311 | +| `git_stash` | git stash | |
311 | 312 |
|
312 | 313 |
|
313 | 314 |
|
|
0 commit comments