Skip to content

Commit

Permalink
[docgen] Update doc/telescope.txt
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
Github Actions committed Mar 9, 2021
1 parent bed0054 commit 03a4642
Showing 1 changed file with 28 additions and 13 deletions.
41 changes: 28 additions & 13 deletions doc/telescope.txt
Original file line number Diff line number Diff line change
Expand Up @@ -43,48 +43,63 @@ telescope.setup({opts}) *telescope.setup()*

Valid keys for {opts.defaults}

*telescope.defaults.dynamic_preview_title*
dynamic_preview_title: ~
Will change the title of the preview window dynamically, where it
is supported. Means the preview window will for example show the
full filename.

Default: false


*telescope.defaults.entry_prefix*
entry_prefix: ~
Prefix in front of each result entry. Current selection not included.

Default: ' '
Default: ' '


*telescope.defaults.prompt_prefix*
prompt_prefix: ~
Will be shown in front of the prompt.

Default: '> '
Default: '> '


*telescope.defaults.scroll_strategy*
scroll_strategy: ~
Determines what happens you try to scroll past view of the picker.

Available options are:
- "cycle" (default)
- "limit"
Available options are:
- "cycle" (default)
- "limit"


*telescope.defaults.selection_caret*
selection_caret: ~
Will be shown in front of the selection.

Default: '> '
Default: '> '


*telescope.defaults.selection_strategy*
selection_strategy: ~
Determines how the cursor acts after each sort iteration.

Available options are:
- "reset" (default)
- "follow"
- "row"
Available options are:
- "reset" (default)
- "follow"
- "row"


*telescope.defaults.sorting_strategy*
sorting_strategy: ~
Determines the direction "better" results are sorted towards.

Available options are:
- "descending" (default)
- "ascending"
Available options are:
- "descending" (default)
- "ascending"


Parameters: ~
{opts} (table) Configuration opts. Keys: defaults, extensions
Expand Down

0 comments on commit 03a4642

Please sign in to comment.