diff options
| author | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-02-15 11:38:59 +0000 |
|---|---|---|
| committer | github-actions[bot] <github-actions[bot]@users.noreply.github.com> | 2023-02-15 11:38:59 +0000 |
| commit | 6e751cb4a1709cf25188dec12284d51323b30132 (patch) | |
| tree | aaba351d22a76929a053904cf10d2be52d1c6cc1 | |
| parent | feat(commands): added hide and pause commands (diff) | |
docs(help): auto generate docs
| -rw-r--r-- | doc/pets.nvim.txt | 15 |
1 files changed, 13 insertions, 2 deletions
diff --git a/doc/pets.nvim.txt b/doc/pets.nvim.txt index 820b011..16ade98 100644 --- a/doc/pets.nvim.txt +++ b/doc/pets.nvim.txt @@ -1,4 +1,4 @@ -*pets.nvim.txt* For NVIM v0.8.0 Last change: 2023 February 14 +*pets.nvim.txt* For NVIM v0.8.0 Last change: 2023 February 15 ============================================================================== Table of Contents *pets.nvim-table-of-contents* @@ -9,6 +9,7 @@ Table of Contents *pets.nvim-table-of-contents* - πΎ Available pets |pets.nvim-πΎ-available-pets| - π Usage - commands |pets.nvim-π-usage---commands| - β οΈ Limitations |pets.nvim-β οΈ-limitations| + - βοΈ Roadmap |pets.nvim-βοΈ-roadmap| - π Credits |pets.nvim-π-credits| ============================================================================== @@ -95,7 +96,10 @@ the style and type defined by the configuration, and name {name} - name specified in the command - `PetsList`: prints the names of all the pets that are currently alive - `PetsKill {name}`: kills the pet with given name, which will immediately blink out of existence. Forever. - `PetsKillAll`: kills -all the pets, poor creatures. +all the pets, poor creatures. - `PetsPauseToggle`: pause/resume animations for +all pets, leaving them on screen as cute little statues - `PetsHideToggle`: +pause the animation for all pets and hide them / show all the pets again and +resume animations β οΈ LIMITATIONS *pets.nvim-β οΈ-limitations* @@ -106,6 +110,13 @@ graphics protocol <https://sw.kovidgoyal.net/kitty/graphics-protocol/> To be more precise the only terminal I tested where I was able to have the protocol working correctly is kitty itself. - Doesnβt currently work inside tmux +βοΈ ROADMAP *pets.nvim-βοΈ-roadmap* + + +- β Handle window resizes +- β add more pets + + π CREDITS *pets.nvim-π-credits* All the beautiful cat assets were designed by SeethingSwarm |