Skip to content

Commit

Permalink
[docgen] Update doc/macrothis.txt
Browse files Browse the repository at this point in the history
skip-checks: true
  • Loading branch information
Github Actions committed Mar 5, 2024
1 parent 3b7cae5 commit 49a4b18
Showing 1 changed file with 11 additions and 11 deletions.
22 changes: 11 additions & 11 deletions doc/macrothis.txt
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
*macrothis.nvim*
Macrothis.nvim is a plugin for saving and loading registers/macros

Usage~
Usage ~
Using Lazy plugin manager
{
"desdic/macrothis.nvim",
Expand Down Expand Up @@ -74,79 +74,79 @@ Using Lazy plugin manager
`macrothis.save`()
Save a macro/register

Usage~
Usage ~
`require('macrothis').save()`

------------------------------------------------------------------------------
*macrothis.load()*
`macrothis.load`()
Load a macro/register

Usage~
Usage ~
`require('macrothis').load()`

------------------------------------------------------------------------------
*macrothis.delete()*
`macrothis.delete`()
Delete a macro/register

Usage~
Usage ~
`require('macrothis').delete()`

------------------------------------------------------------------------------
*macrothis.run()*
`macrothis.run`()
Run macro

Usage~
Usage ~
`require('macrothis').run()`

------------------------------------------------------------------------------
*macrothis.quickfix()*
`macrothis.quickfix`()
Run macro on all in quickfix list

Usage~
Usage ~
`require('macrothis').quickfix()`

------------------------------------------------------------------------------
*macrothis.edit()*
`macrothis.edit`()
Edit macro

Usage~
Usage ~
`require('macrothis').edit()`

------------------------------------------------------------------------------
*macrothis.rename()*
`macrothis.rename`()
Rename macro

Usage~
Usage ~
`require('macrothis').rename()`

------------------------------------------------------------------------------
*macrothis.register()*
`macrothis.register`()
Modify register

Usage~
Usage ~
require('macrothis').register()

------------------------------------------------------------------------------
*macrothis.copy_register_printable()*
`macrothis.copy_register_printable`()
Copy register as printable

Usage~
Usage ~
require('macrothis').copy_register_printable()

------------------------------------------------------------------------------
*macrothis.copy_macro_printable()*
`macrothis.copy_macro_printable`()
Copy macro as printable

Usage~
Usage ~
require('macrothis').copy_macro_printable()

------------------------------------------------------------------------------
Expand Down

0 comments on commit 49a4b18

Please sign in to comment.