Skip to content

Commit

Permalink
(mini.animate) Update README to mention "center after scroll" mappings.
Browse files Browse the repository at this point in the history
  • Loading branch information
echasnovski committed Feb 28, 2023
1 parent c3c8e95 commit 4a66c44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions readmes/mini-animate.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,6 +38,7 @@ https://user-images.githubusercontent.com/24854248/215829092-5aba4e8d-94a5-43da-

Notes:
- Although all animations work in all supported versions of Neovim, scroll and resize animations have best experience with Neovim>=0.9 (current nightly release).
- If you have remapped any movement operation to center after it is done (like to be `nzvzz` or `<C-d>zz`), you need to change those mappings to account for asynchronous nature of scroll animation. Either remove those mappings or update to use `MiniAnimate.execute_after()` (see `:h MiniAnimate.config.scroll`)

## Installation

Expand Down

0 comments on commit 4a66c44

Please sign in to comment.