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 Aug 13, 2024
1 parent 81eef83 commit f50c141
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions doc/telescope.txt
Original file line number Diff line number Diff line change
Expand Up @@ -845,6 +845,8 @@ options you want to use. Here's an example with the live_grep picker:

builtin.live_grep({opts}) *telescope.builtin.live_grep()*
Search for a string and get results live as you type, respects .gitignore
- Default keymaps:
- `<C-space>`: refine current results with a fuzzy search


Parameters: ~
Expand Down Expand Up @@ -1764,9 +1766,7 @@ builtin.lsp_workspace_symbols({opts}) *telescope.builtin.lsp_workspace_symbols()
builtin.lsp_dynamic_workspace_symbols({opts}) *telescope.builtin.lsp_dynamic_workspace_symbols()*
Dynamically lists LSP for all workspace symbols
- Default keymaps:
- `<C-l>`: show autocompletion menu to prefilter your query by type of
symbol you want to see (i.e. `:variable:`), only works after refining
to fuzzy search using <C-space>
- `<C-space>`: refine current results with a fuzzy search


Parameters: ~
Expand Down

0 comments on commit f50c141

Please sign in to comment.