diff options
| author | fdschmidt93 <39233597+fdschmidt93@users.noreply.github.com> | 2021-05-31 09:39:21 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-31 09:39:21 +0200 |
| commit | 57ac8dcc3eb5a9bf251d6f5b9180a61e5ab170a6 (patch) | |
| tree | 6f6151f1f7fe1f609edfa41584ba2934cf720184 /doc | |
| parent | e659e3336f6134bc25e809648835d71aa4ac2b06 (diff) | |
feat: add prefiltering to treesitter picker (#879)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 3 |
1 files changed, 3 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index 73348d3..18c632d 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -470,6 +470,9 @@ builtin.file_browser({opts}) *builtin.file_browser()* builtin.treesitter() *builtin.treesitter()* Lists function names, variables, and other symbols from treesitter queries + - Default keymaps: + - `<C-l>`: show autocompletion menu to prefilter your query by kind of ts + node you want to see (i.e. `:var:`) Fields: ~ |
