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 8, 2024
1 parent ec67d4b commit 98f732d
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions doc/spectre.txt
Original file line number Diff line number Diff line change
Expand Up @@ -214,6 +214,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

0 comments on commit 98f732d

Please sign in to comment.