diff options
| author | Ben Smith <37027883+smithbm2316@users.noreply.github.com> | 2021-04-23 18:16:44 +0000 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-04-23 14:16:44 -0400 |
| commit | 6fd1b3bd255a6ebc2e44cec367ff60ce8e6e6cab (patch) | |
| tree | 454bb955aca9202f9fa2e933d2d3aef53a084769 /doc | |
| parent | 712de3e18237323a979b4fd256703e2edfaddf2f (diff) | |
docs: Git actions docs fix (#787)
* Removed function headers for git actions
* [docgen] Update doc/telescope.txt
skip-checks: true
* [docgen] Update doc/telescope.txt
skip-checks: true
* Added TODO & comments instead of removing headers
* [docgen] Update doc/telescope.txt
skip-checks: true
Co-authored-by: Github Actions <actions@github>
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 40 |
1 files changed, 16 insertions, 24 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index 1bf9c3f..4ad4d42 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -148,6 +148,22 @@ action_set.scroll_previewer({prompt_bufnr}, {direction})*action_set.scroll_previ Actions functions that are useful for people creating their own mappings. +actions.move_selection_next({prompt_bufnr}) *actions.move_selection_next()* + Move the selection to the next entry + + + Parameters: ~ + {prompt_bufnr} (number) The prompt bufnr + + +actions.move_selection_previous({prompt_bufnr})*actions.move_selection_previous()* + Move the selection to the previous entry + + + Parameters: ~ + {prompt_bufnr} (number) The prompt bufnr + + actions.move_selection_worse({prompt_bufnr}) *actions.move_selection_worse()* Move the selection to the entry that has a worse score @@ -236,30 +252,6 @@ actions.git_track_branch({prompt_bufnr}) *actions.git_track_branch()* {prompt_bufnr} (number) The prompt bufnr -actions.git_delete_branch({prompt_bufnr}) *actions.git_delete_branch()* - Delete the currently selected branch - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.git_rebase_branch({prompt_bufnr}) *actions.git_rebase_branch()* - Rebase to selected git branch - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.git_staging_toggle({prompt_bufnr}) *actions.git_staging_toggle()* - Stage/unstage selected file - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - actions.open_qflist() *actions.open_qflist()* Open the quickfix list |
