Skip to content

Commit

Permalink
chore: generated vimdoc
Browse files Browse the repository at this point in the history
  • Loading branch information
github-actions[bot] committed Jun 25, 2024
1 parent 49fae98 commit 09f8a2c
Showing 1 changed file with 12 additions and 0 deletions.
12 changes: 12 additions & 0 deletions doc/spectre.txt
Original file line number Diff line number Diff line change
Expand Up @@ -51,6 +51,7 @@ You may also need to install the following:
- BurntSushi/ripgrep <https://github.com/BurntSushi/ripgrep> (finder)
- devicons <https://github.com/kyazdani42/nvim-web-devicons> (icons)
- sed <https://www.gnu.org/software/sed/> (replace tool)
- trouble.nvim <https://github.com/folke/trouble.nvim> (improved quickfix list)


MACOS ~
Expand Down Expand Up @@ -214,6 +215,16 @@ default settings.
cmd = "<cmd>lua require('spectre').resume_last_search()<CR>",
desc = "repeat last search"
},
['select_template'] = {
map = '<leader>rp',
cmd = "<cmd>lua require('spectre.actions').select_template()<CR>",
desc = 'pick template',
},
['delete_line'] = {
map = '<leader>rd',
cmd = "<cmd>lua require('spectre.actions').run_delete_line()<CR>",
desc = 'delete line',
}
-- you can put your mapping here it only use normal mode
},
find_engine = {
Expand Down Expand Up @@ -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
Expand Down

0 comments on commit 09f8a2c

Please sign in to comment.