From 09f8a2c5427b2ca6c37b8929301bcb1cab3c9563 Mon Sep 17 00:00:00 2001 From: "github-actions[bot]" <41898282+github-actions[bot]@users.noreply.github.com> Date: Tue, 25 Jun 2024 12:41:48 +0000 Subject: [PATCH] chore: generated vimdoc --- doc/spectre.txt | 12 ++++++++++++ 1 file changed, 12 insertions(+) diff --git a/doc/spectre.txt b/doc/spectre.txt index 7fac04d..9cdc379 100644 --- a/doc/spectre.txt +++ b/doc/spectre.txt @@ -51,6 +51,7 @@ You may also need to install the following: - BurntSushi/ripgrep (finder) - devicons (icons) - sed (replace tool) +- trouble.nvim (improved quickfix list) MACOS ~ @@ -214,6 +215,16 @@ default settings. cmd = "lua require('spectre').resume_last_search()", desc = "repeat last search" }, + ['select_template'] = { + map = 'rp', + cmd = "lua require('spectre.actions').select_template()", + desc = 'pick template', + }, + ['delete_line'] = { + map = 'rd', + cmd = "lua require('spectre.actions').run_delete_line()", + desc = 'delete line', + } -- you can put your mapping here it only use normal mode }, find_engine = { @@ -304,6 +315,7 @@ default settings. } }, replace_vim_cmd = "cdo", + use_trouble_qf = false, -- use trouble.nvim as quickfix list is_open_target_win = true, --open file on opener window is_insert_mode = false, -- start open panel on is_insert_mode is_block_ui_break = false -- mapping backspace and enter key to avoid ui break