Skip to content

Commit

Permalink
Reorder sections and correct a typo.
Browse files Browse the repository at this point in the history
  • Loading branch information
Ace-Who committed Apr 17, 2017
1 parent bd73169 commit 042da55
Showing 1 changed file with 7 additions and 7 deletions.
14 changes: 7 additions & 7 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -7,17 +7,11 @@ adjacent lines'.

This plugin is written for fun, but can be useful for some ones.

## Dependency

[`MappingMem`](https://github.com/Ace-Who/vim-MappingMem) plugin. This
is not necessary but recommended, which can restore the mappings overriden by
`AutoCenter` when you turn it off.

## Usage

- `:LineUpOn`: enable LineUp.
- `:LineUpOff`: disable LineUp.
- `:LineUpReverse`: reverse the movement dirction, meaning the short goes down
- `:LineUpReverse`: reverse the movement direction, meaning the short goes down
and the long goes up.

When enabled,
Expand All @@ -26,3 +20,9 @@ When enabled,
current line upward until encountering a line not longer than it, otherwise
downward in like manner.
- Never moves a line across any blank line.

## Dependency

- [MappingMem](https://github.com/Ace-Who/vim-MappingMem) plugin. Optional but
recommended. Used to restore the mappings overriden or deleted by `AutoCenter`
automatically when you turn it off.

0 comments on commit 042da55

Please sign in to comment.