diff options
| author | runiq <patrice.peterson@mailbox.org> | 2021-05-31 08:47:05 +0200 |
|---|---|---|
| committer | GitHub <noreply@github.com> | 2021-05-31 08:47:05 +0200 |
| commit | e659e3336f6134bc25e809648835d71aa4ac2b06 (patch) | |
| tree | 57b8ceb76a811246a54aad0a8a582e54746c01ab /doc | |
| parent | 654b11aa08e54255a55625e6bca514b9659b7896 (diff) | |
feat: send to loclist (#868)
Diffstat (limited to 'doc')
| -rw-r--r-- | doc/telescope.txt | 39 |
1 files changed, 39 insertions, 0 deletions
diff --git a/doc/telescope.txt b/doc/telescope.txt index ee0aa6a..73348d3 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -313,6 +313,28 @@ actions.add_to_qflist() *actions.add_to_qflist()* +actions.send_selected_to_loclist() *actions.send_selected_to_loclist()* + Sends the selected entries to the location list, replacing the previous + entries. + + + +actions.add_selected_to_loclist() *actions.add_selected_to_loclist()* + Adds the selected entries to the location list, keeping the previous + entries. + + + +actions.send_to_loclist() *actions.send_to_loclist()* + Sends all entries to the location list, replacing the previous entries. + + + +actions.add_to_loclist() *actions.add_to_loclist()* + Adds all entries to the location list, keeping the previous entries. + + + actions.smart_send_to_qflist() *actions.smart_send_to_qflist()* Sends the selected entries to the quickfix list, replacing the previous entries. If no entry was selected, sends all entries. @@ -325,11 +347,28 @@ actions.smart_add_to_qflist() *actions.smart_add_to_qflist()* +actions.smart_send_to_loclist() *actions.smart_send_to_loclist()* + Sends the selected entries to the location list, replacing the previous + entries. If no entry was selected, sends all entries. + + + +actions.smart_add_to_loclist() *actions.smart_add_to_loclist()* + Adds the selected entries to the location list, keeping the previous + entries. If no entry was selected, adds all entries. + + + actions.open_qflist() *actions.open_qflist()* Open the quickfix list +actions.open_loclist() *actions.open_loclist()* + Open the location list + + + ================================================================================ *telescope.builtin* |
