From e659e3336f6134bc25e809648835d71aa4ac2b06 Mon Sep 17 00:00:00 2001 From: runiq Date: Mon, 31 May 2021 08:47:05 +0200 Subject: feat: send to loclist (#868) --- doc/telescope.txt | 39 +++++++++++++++++++++++++++++++++++++++ 1 file changed, 39 insertions(+) (limited to 'doc') 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* -- cgit v1.2.3