diff options
| author | fdschmidt93 <39233597+fdschmidt93@users.noreply.github.com> | 2022-05-04 21:50:15 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2022-05-04 21:50:15 +0200 |
| commit | 8d1841bff5c70d05f458ded09e465ae4ac21ecce (patch) | |
| tree | e40f3d3c0fc471daee425d906b469cdebba8f2fd /doc | |
| parent | c93276acd34f5cb20d7cc2de15a8f40526433660 (diff) | |
feat: quickfixhistory picker (#1878)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index 1adb7e2..ee1f023 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -1117,6 +1117,17 @@ builtin.quickfix({opts}) *telescope.builtin.quickfix()* Options: ~ {ignore_filename} (boolean) dont show filenames (default: true) {trim_text} (boolean) trim results text (default: false) + {nr} (number) specify the quickfix list number + + +builtin.quickfixhistory({opts}) *telescope.builtin.quickfixhistory()* + Lists all quickfix lists in your history and open them with + `builtin.quickfix`. It seems that neovim only keeps the full history for 10 + lists + + + Parameters: ~ + {opts} (table) options to pass to the picker builtin.loclist({opts}) *telescope.builtin.loclist()* |
