From 5e481aae6bd7a6b91f1d526296813e747ef58033 Mon Sep 17 00:00:00 2001 From: tris203 Date: Sun, 27 Oct 2024 23:26:54 +0000 Subject: [PATCH] docs: docs? --- doc/telescope.txt | 688 +++++++++++----------------------------------- 1 file changed, 166 insertions(+), 522 deletions(-) diff --git a/doc/telescope.txt b/doc/telescope.txt index 3aad0466ab..bc50822d0d 100644 --- a/doc/telescope.txt +++ b/doc/telescope.txt @@ -851,30 +851,27 @@ builtin.live_grep({opts}) *telescope.builtin.live_grep()* {opts} (table) options to pass to the picker Options: ~ - {cwd} (string) root dir to search from - (default: cwd, use - utils.buffer_dir() to search - relative to open buffer) - {grep_open_files} (boolean) if true, restrict search to - open files only, mutually - exclusive with `search_dirs` - {search_dirs} (table) directory/directories/files to - search, mutually exclusive - with `grep_open_files` - {glob_pattern} (string|table) argument to be used with - `--glob`, e.g. "*.toml", can - use the opposite "!*.toml" - {type_filter} (string) argument to be used with - `--type`, e.g. "rust", see `rg - --type-list` - {additional_args} (function|table) additional arguments to be - passed on. Can be fn(opts) -> - tbl - {max_results} (number) define a upper result value - {disable_coordinates} (boolean) don't show the line & row - numbers (default: false) - {file_encoding} (string) file encoding for the entry & - previewer + {cwd} (string) root dir to search from (default: + cwd, use utils.buffer_dir() to + search relative to open buffer) + {grep_open_files} (boolean) if true, restrict search to open + files only, mutually exclusive with + `search_dirs` + {search_dirs} (table) directory/directories/files to + search, mutually exclusive with + `grep_open_files` + {glob_pattern} (string) argument to be used with `--glob`, + e.g. "*.toml", can use the opposite + "!*.toml" + {type_filter} (string) argument to be used with `--type`, + e.g. "rust", see `rg --type-list` + {additional_args} (function) additional arguments to be passed + on. Can be fn(opts) -> tbl + {max_results} (number) define a upper result value + {disable_coordinates} (boolean) don't show the line & row numbers + (default: false) + {file_encoding} (string) file encoding for the entry & + previewer builtin.grep_string({opts}) *telescope.builtin.grep_string()* @@ -886,32 +883,29 @@ builtin.grep_string({opts}) *telescope.builtin.grep_string()* {opts} (table) options to pass to the picker Options: ~ - {cwd} (string) root dir to search from - (default: cwd, use - utils.buffer_dir() to search - relative to open buffer) - {search} (string) the query to search - {grep_open_files} (boolean) if true, restrict search to - open files only, mutually - exclusive with `search_dirs` - {search_dirs} (table) directory/directories/files to - search, mutually exclusive - with `grep_open_files` - {use_regex} (boolean) if true, special characters - won't be escaped, allows for - using regex (default: false) - {word_match} (string) can be set to `-w` to enable - exact word matches - {additional_args} (function|table) additional arguments to be - passed on. Can be fn(opts) -> - tbl - {disable_coordinates} (boolean) don't show the line and row - numbers (default: false) - {only_sort_text} (boolean) only sort the text, not the - file, line or row (default: - false) - {file_encoding} (string) file encoding for the entry & - previewer + {cwd} (string) root dir to search from (default: + cwd, use utils.buffer_dir() to + search relative to open buffer) + {search} (string) the query to search + {grep_open_files} (boolean) if true, restrict search to open + files only, mutually exclusive with + `search_dirs` + {search_dirs} (table) directory/directories/files to + search, mutually exclusive with + `grep_open_files` + {use_regex} (boolean) if true, special characters won't be + escaped, allows for using regex + (default: false) + {word_match} (string) can be set to `-w` to enable exact + word matches + {additional_args} (function) additional arguments to be passed + on. Can be fn(opts) -> tbl + {disable_coordinates} (boolean) don't show the line and row numbers + (default: false) + {only_sort_text} (boolean) only sort the text, not the file, + line or row (default: false) + {file_encoding} (string) file encoding for the entry & + previewer builtin.find_files({opts}) *telescope.builtin.find_files()* @@ -922,34 +916,27 @@ builtin.find_files({opts}) *telescope.builtin.find_files()* {opts} (table) options to pass to the picker Options: ~ - {cwd} (string) root dir to search from - (default: cwd, use - utils.buffer_dir() to search - relative to open buffer) - {find_command} (function|table) cmd to use for the search. Can - be a fn(opts) -> tbl (default: - autodetect) - {file_entry_encoding} (string) encoding of output of - `find_command` - {follow} (boolean) if true, follows symlinks - (i.e. uses `-L` flag for the - `find` command) (default: - false) - {hidden} (boolean) determines whether to show - hidden files or not (default: - false) - {no_ignore} (boolean) show files ignored by - .gitignore, .ignore, etc. - (default: false) - {no_ignore_parent} (boolean) show files ignored by - .gitignore, .ignore, etc. in - parent dirs. (default: false) - {search_dirs} (table) directory/directories/files to - search - {search_file} (string) specify a filename to search - for - {file_encoding} (string) file encoding for the - previewer + {cwd} (string) root dir to search from (default: + cwd, use utils.buffer_dir() to + search relative to open buffer) + {find_command} (function) cmd to use for the search. Can be a + fn(opts) -> tbl (default: + autodetect) + {file_entry_encoding} (string) encoding of output of `find_command` + {follow} (boolean) if true, follows symlinks (i.e. uses + `-L` flag for the `find` command) + (default: false) + {hidden} (boolean) determines whether to show hidden + files or not (default: false) + {no_ignore} (boolean) show files ignored by .gitignore, + .ignore, etc. (default: false) + {no_ignore_parent} (boolean) show files ignored by .gitignore, + .ignore, etc. in parent dirs. + (default: false) + {search_dirs} (table) directory/directories/files to + search + {search_file} (string) specify a filename to search for + {file_encoding} (string) file encoding for the previewer builtin.fd() *telescope.builtin.fd()* @@ -965,19 +952,18 @@ builtin.treesitter() *telescope.builtin.treesitter()* Options: ~ - {show_line} (boolean) if true, shows the row:column that - the result is found at (default: - true) - {bufnr} (number) specify the buffer number where - treesitter should run. (default: - current buffer) - {symbol_width} (number) defines the width of the symbol - section (default: 25) - {symbols} (string|table) filter results by symbol kind(s) - {ignore_symbols} (string|table) list of symbols to ignore - {symbol_highlights} (table) string -> string. Matches symbol - with hl_group - {file_encoding} (string) file encoding for the previewer + {show_line} (boolean) if true, shows the row:column that the + result is found at (default: true) + {bufnr} (number) specify the buffer number where + treesitter should run. (default: + current buffer) + {symbol_width} (number) defines the width of the symbol section + (default: 25) + {symbols} (string) filter results by symbol kind(s) + {ignore_symbols} (string) list of symbols to ignore + {symbol_highlights} (table) string -> string. Matches symbol with + hl_group + {file_encoding} (string) file encoding for the previewer builtin.current_buffer_fuzzy_find({opts}) *telescope.builtin.current_buffer_fuzzy_find()* @@ -1720,20 +1706,19 @@ builtin.lsp_document_symbols({opts}) *telescope.builtin.lsp_document_symbols()* {opts} (table) options to pass to the picker Options: ~ - {fname_width} (number) defines the width of the filename - section (default: 30) - {symbol_width} (number) defines the width of the symbol - section (default: 25) - {symbol_type_width} (number) defines the width of the symbol - type section (default: 8) - {show_line} (boolean) if true, shows the content of the - line the tag is found on (default: - false) - {symbols} (string|table) filter results by symbol kind(s) - {ignore_symbols} (string|table) list of symbols to ignore - {symbol_highlights} (table) string -> string. Matches symbol - with hl_group - {file_encoding} (string) file encoding for the previewer + {fname_width} (number) defines the width of the filename + section (default: 30) + {symbol_width} (number) defines the width of the symbol section + (default: 25) + {symbol_type_width} (number) defines the width of the symbol type + section (default: 8) + {show_line} (boolean) if true, shows the content of the line + the tag is found on (default: false) + {symbols} (string) filter results by symbol kind(s) + {ignore_symbols} (string) list of symbols to ignore + {symbol_highlights} (table) string -> string. Matches symbol with + hl_group + {file_encoding} (string) file encoding for the previewer builtin.lsp_workspace_symbols({opts}) *telescope.builtin.lsp_workspace_symbols()* @@ -1747,22 +1732,21 @@ builtin.lsp_workspace_symbols({opts}) *telescope.builtin.lsp_workspace_symbols() {opts} (table) options to pass to the picker Options: ~ - {query} (string) for what to query the workspace - (default: "") - {fname_width} (number) defines the width of the filename - section (default: 30) - {symbol_width} (number) defines the width of the symbol - section (default: 25) - {symbol_type_width} (number) defines the width of the symbol - type section (default: 8) - {show_line} (boolean) if true, shows the content of the - line the tag is found on (default: - false) - {symbols} (string|table) filter results by symbol kind(s) - {ignore_symbols} (string|table) list of symbols to ignore - {symbol_highlights} (table) string -> string. Matches symbol - with hl_group - {file_encoding} (string) file encoding for the previewer + {query} (string) for what to query the workspace + (default: "") + {fname_width} (number) defines the width of the filename + section (default: 30) + {symbol_width} (number) defines the width of the symbol section + (default: 25) + {symbol_type_width} (number) defines the width of the symbol type + section (default: 8) + {show_line} (boolean) if true, shows the content of the line + the tag is found on (default: false) + {symbols} (string) filter results by symbol kind(s) + {ignore_symbols} (string) list of symbols to ignore + {symbol_highlights} (table) string -> string. Matches symbol with + hl_group + {file_encoding} (string) file encoding for the previewer builtin.lsp_dynamic_workspace_symbols({opts}) *telescope.builtin.lsp_dynamic_workspace_symbols()* @@ -1777,16 +1761,15 @@ builtin.lsp_dynamic_workspace_symbols({opts}) *telescope.builtin.lsp_dynamic_wor {opts} (table) options to pass to the picker Options: ~ - {fname_width} (number) defines the width of the filename - section (default: 30) - {show_line} (boolean) if true, shows the content of the - line the symbol is found on - (default: false) - {symbols} (string|table) filter results by symbol kind(s) - {ignore_symbols} (string|table) list of symbols to ignore - {symbol_highlights} (table) string -> string. Matches symbol - with hl_group - {file_encoding} (string) file encoding for the previewer + {fname_width} (number) defines the width of the filename + section (default: 30) + {show_line} (boolean) if true, shows the content of the line + the symbol is found on (default: false) + {symbols} (string) filter results by symbol kind(s) + {ignore_symbols} (string) list of symbols to ignore + {symbol_highlights} (table) string -> string. Matches symbol with + hl_group + {file_encoding} (string) file encoding for the previewer builtin.diagnostics({opts}) *telescope.builtin.diagnostics()* @@ -1806,35 +1789,34 @@ builtin.diagnostics({opts}) *telescope.builtin.diagnostics()* {opts} (table) options to pass to the picker Options: ~ - {bufnr} (number|nil) Buffer number to get - diagnostics from. Use 0 for - current buffer or nil for all - buffers - {severity} (string|number) filter diagnostics by severity - name (string) or id (number) - {severity_limit} (string|number) keep diagnostics equal or more - severe wrt severity name - (string) or id (number) - {severity_bound} (string|number) keep diagnostics equal or less - severe wrt severity name - (string) or id (number) - {root_dir} (string|boolean) if set to string, get - diagnostics only for buffers - under this dir otherwise cwd - {no_unlisted} (boolean) if true, get diagnostics only - for listed buffers - {no_sign} (boolean) hide DiagnosticSigns from - Results (default: false) - {line_width} (string|number) set length of diagnostic entry - text in Results. Use 'full' - for full untruncated text - {namespace} (number) limit your diagnostics to a - specific namespace - {disable_coordinates} (boolean) don't show the line & row - numbers (default: false) - {sort_by} (string) sort order of the diagnostics - results; see above notes - (default: "buffer") + {bufnr} (number) Buffer number to get diagnostics + from. Use 0 for current buffer or nil + for all buffers + {severity} (string) filter diagnostics by severity name + (string) or id (number) + {severity_limit} (string) keep diagnostics equal or more severe + wrt severity name (string) or id + (number) + {severity_bound} (string) keep diagnostics equal or less severe + wrt severity name (string) or id + (number) + {root_dir} (string) if set to string, get diagnostics + only for buffers under this dir + otherwise cwd + {no_unlisted} (boolean) if true, get diagnostics only for + listed buffers + {no_sign} (boolean) hide DiagnosticSigns from Results + (default: false) + {line_width} (string) set length of diagnostic entry text + in Results. Use 'full' for full + untruncated text + {namespace} (number) limit your diagnostics to a specific + namespace + {disable_coordinates} (boolean) don't show the line & row numbers + (default: false) + {sort_by} (string) sort order of the diagnostics + results; see above notes (default: + "buffer") @@ -2087,18 +2069,17 @@ TelescopeWindowBorder.config *TelescopeWindowBorder.config* Fields: ~ {bufnr} (integer) - {winid} (integer|nil) - {change_title} (nil|function) (self: TelescopeWindowBorder, title: - string, pos?: - "NW"|"N"|"NE"|"SW"|"S"|"SE"):nil + {winid} (integer) + {change_title} (nil) (self: TelescopeWindowBorder, title: string, + pos?: "NW"|"N"|"NE"|"SW"|"S"|"SE"):nil TelescopeWindowBorder *TelescopeWindowBorder* Fields: ~ - {bufnr} (integer|nil) - {winid} (integer|nil) + {bufnr} (integer) + {winid} (integer) TelescopeWindow.config *TelescopeWindow.config* @@ -2106,8 +2087,8 @@ TelescopeWindow.config *TelescopeWindow.config* Fields: ~ {bufnr} (integer) - {winid} (integer|nil) - {border} (TelescopeWindowBorder.config|nil) + {winid} (integer) + {border} (TelescopeWindowBorder.config) TelescopeWindow *TelescopeWindow* @@ -2123,12 +2104,12 @@ TelescopeLayout.config *TelescopeLayout.config* Fields: ~ - {mount} (function) (self: TelescopeLayout):nil - {unmount} (function) (self: TelescopeLayout):nil - {update} (function) (self: TelescopeLayout):nil - {prompt} (TelescopeWindow|nil) - {results} (TelescopeWindow|nil) - {preview} (TelescopeWindow|nil) + {mount} (function) (self: TelescopeLayout):nil + {unmount} (function) (self: TelescopeLayout):nil + {update} (function) (self: TelescopeLayout):nil + {prompt} (TelescopeWindow) + {results} (TelescopeWindow) + {preview} (TelescopeWindow) TelescopeLayout *TelescopeLayout* @@ -2137,7 +2118,7 @@ TelescopeLayout *TelescopeLayout* Fields: ~ {prompt} (TelescopeWindow) {results} (TelescopeWindow) - {preview} (TelescopeWindow|nil) + {preview} (TelescopeWindow) Layout:mount() *telescope.pickers.layout:mount()* @@ -2602,6 +2583,13 @@ UTILS *telescope.utils* Utilities for writing telescope pickers +utils.str_byteindex() *telescope.utils.str_byteindex()* + + + Return: ~ + integer + + utils.path_expand({path}) *telescope.utils.path_expand()* Hybrid of `vim.fn.expand()` and custom `vim.fs.normalize()` @@ -2637,9 +2625,9 @@ utils.transform_path({opts}, {path}) *telescope.utils.transform_path()* Parameters: ~ - {opts} (table) The opts the users passed into the picker. Might - contains a path_display key - {path} (string|nil) The path that should be formatted + {opts} (table) The opts the users passed into the picker. Might + contains a path_display key + {path} (string) |nil: The path that should be formatted Return: ~ string: path to be displayed @@ -2998,350 +2986,6 @@ actions.file_tab({prompt_bufnr}) *telescope.actions.file_tab()* {prompt_bufnr} (number) The prompt bufnr -actions.close({prompt_bufnr}) *telescope.actions.close()* - Close the Telescope window, usually used within an action - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions._close({prompt_bufnr}) *telescope.actions._close()* - Close the Telescope window, usually used within an action - Deprecated and no longer needed, does the same as - |telescope.actions.close|. Might be removed in the future - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.edit_command_line({prompt_bufnr}) *telescope.actions.edit_command_line()* - Set a value in the command line and don't run it, making it editable. - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.set_command_line({prompt_bufnr}) *telescope.actions.set_command_line()* - Set a value in the command line and run it - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.edit_search_line({prompt_bufnr}) *telescope.actions.edit_search_line()* - Set a value in the search line and don't search for it, making it editable. - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.set_search_line({prompt_bufnr}) *telescope.actions.set_search_line()* - Set a value in the search line and search for it - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.edit_register({prompt_bufnr}) *telescope.actions.edit_register()* - Edit a register - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.paste_register({prompt_bufnr}) *telescope.actions.paste_register()* - Paste the selected register into the buffer - - Note: only meant to be used inside builtin.registers - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.insert_symbol({prompt_bufnr}) *telescope.actions.insert_symbol()* - Insert a symbol into the current buffer (while switching to normal mode) - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.insert_symbol_i({prompt_bufnr}) *telescope.actions.insert_symbol_i()* - Insert a symbol into the current buffer and keeping the insert mode. - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.git_create_branch({prompt_bufnr}) *telescope.actions.git_create_branch()* - Create and checkout a new git branch if it doesn't already exist - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.git_apply_stash({prompt_bufnr}) *telescope.actions.git_apply_stash()* - Applies an existing git stash - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.git_checkout({prompt_bufnr}) *telescope.actions.git_checkout()* - Checkout an existing git branch - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.git_switch_branch({prompt_bufnr}) *telescope.actions.git_switch_branch()* - Switch to git branch. - If the branch already exists in local, switch to that. If the branch is - only in remote, create new branch tracking remote and switch to new one. - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.git_rename_branch() *telescope.actions.git_rename_branch()* - Action to rename selected git branch - - - -actions.git_track_branch({prompt_bufnr}) *telescope.actions.git_track_branch()* - Tell git to track the currently selected remote branch in Telescope - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.git_delete_branch({prompt_bufnr}) *telescope.actions.git_delete_branch()* - Delete all currently selected branches - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.git_merge_branch({prompt_bufnr}) *telescope.actions.git_merge_branch()* - Merge the currently selected branch - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.git_rebase_branch({prompt_bufnr}) *telescope.actions.git_rebase_branch()* - Rebase to selected git branch - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.git_reset_mixed({prompt_bufnr}) *telescope.actions.git_reset_mixed()* - Reset to selected git commit using mixed mode - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.git_reset_soft({prompt_bufnr}) *telescope.actions.git_reset_soft()* - Reset to selected git commit using soft mode - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.git_reset_hard({prompt_bufnr}) *telescope.actions.git_reset_hard()* - Reset to selected git commit using hard mode - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.git_checkout_current_buffer({prompt_bufnr}) *telescope.actions.git_checkout_current_buffer()* - Checkout a specific file for a given sha - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.git_staging_toggle({prompt_bufnr}) *telescope.actions.git_staging_toggle()* - Stage/unstage selected file - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.send_selected_to_qflist({prompt_bufnr}) *telescope.actions.send_selected_to_qflist()* - Sends the selected entries to the quickfix list, replacing the previous - entries. - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.add_selected_to_qflist({prompt_bufnr}) *telescope.actions.add_selected_to_qflist()* - Adds the selected entries to the quickfix list, keeping the previous - entries. - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.send_to_qflist({prompt_bufnr}) *telescope.actions.send_to_qflist()* - Sends all entries to the quickfix list, replacing the previous entries. - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.add_to_qflist({prompt_bufnr}) *telescope.actions.add_to_qflist()* - Adds all entries to the quickfix list, keeping the previous entries. - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.send_selected_to_loclist({prompt_bufnr}) *telescope.actions.send_selected_to_loclist()* - Sends the selected entries to the location list, replacing the previous - entries. - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.add_selected_to_loclist({prompt_bufnr}) *telescope.actions.add_selected_to_loclist()* - Adds the selected entries to the location list, keeping the previous - entries. - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.send_to_loclist({prompt_bufnr}) *telescope.actions.send_to_loclist()* - Sends all entries to the location list, replacing the previous entries. - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.add_to_loclist({prompt_bufnr}) *telescope.actions.add_to_loclist()* - Adds all entries to the location list, keeping the previous entries. - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.smart_send_to_qflist({prompt_bufnr}) *telescope.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. - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.smart_add_to_qflist({prompt_bufnr}) *telescope.actions.smart_add_to_qflist()* - Adds the selected entries to the quickfix list, keeping the previous - entries. If no entry was selected, adds all entries. - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.smart_send_to_loclist({prompt_bufnr}) *telescope.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. - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.smart_add_to_loclist({prompt_bufnr}) *telescope.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. - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.complete_tag({prompt_bufnr}) *telescope.actions.complete_tag()* - Open completion menu containing the tags which can be used to filter the - results in a faster way - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.cycle_history_next({prompt_bufnr}) *telescope.actions.cycle_history_next()* - Cycle to the next search prompt in the history - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.cycle_history_prev({prompt_bufnr}) *telescope.actions.cycle_history_prev()* - Cycle to the previous search prompt in the history - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.open_qflist({prompt_bufnr}) *telescope.actions.open_qflist()* - Open the quickfix list. It makes sense to use this in combination with one - of the send_to_qflist actions `actions.smart_send_to_qflist + - actions.open_qflist` - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - -actions.open_loclist({prompt_bufnr}) *telescope.actions.open_loclist()* - Open the location list. It makes sense to use this in combination with one - of the send_to_loclist actions `actions.smart_send_to_qflist + - actions.open_qflist` - - - Parameters: ~ - {prompt_bufnr} (number) The prompt bufnr - - actions.delete_buffer({prompt_bufnr}) *telescope.actions.delete_buffer()* Delete the selected buffer or all the buffers selected using multi selection.