Skip to content

Commit

Permalink
chore: auto generate docs
Browse files Browse the repository at this point in the history
  • Loading branch information
gbprod authored and actions-user committed Mar 21, 2022
1 parent 60686a1 commit 0397392
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions doc/substitute-nvim.txt
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@ Table of Contents *substitute-nvim-table-of-contents*
- 🔂 Substitute operator |substitute-nvim-🔂-substitute-operator|
- 🔁 Substitute over range motion|substitute-nvim-🔁-substitute-over-range-motion|
- 🔀 Exchange operator |substitute-nvim-🔀-exchange-operator|
- 🎨 Colors |substitute-nvim-🎨-colors|
- 🎉 Credits |substitute-nvim-🎉-credits|

==============================================================================
Expand Down Expand Up @@ -363,6 +364,13 @@ This will use this motion for exchange.
eg. `lua require('substitute.exchange').operator({ motion = 'ap' })` will
select around paragraph as range of exchange.

🎨 COLORS *substitute-nvim-🎨-colors*

│ Description │ Group │ Default │
│Selected range for range substitution│SubstituteRange │link to Search│
│Selected text for exchange │SubstituteExchange│link to Search│


🎉 CREDITS *substitute-nvim-🎉-credits*

This plugin is a lua version of svermeulen/vim-subversive
Expand Down

0 comments on commit 0397392

Please sign in to comment.