zimfw/modules/autosuggestions
Eric Nielsen 5b90c96cd1 Update modules' README.md
Stick with the following style:

* Header 1 with the module name is in `lowercase`.
* Other headers are in `Sentence case`. Common header names that should
  be consistently used are `Aliases`, `Contributing`, `Functions`,
  `Settings`, and `Zsh options`.
* The names `Zim` and `Zsh` always appear capitalized, even in the
  middle of sentences.
* Prefer

      print 'code indented with 4 spaces'

  instead of
  ```zsh
  print 'code fenced by lines with three back-ticks'
  print 'unless you want syntax highlighting'
  ```
2018-12-17 14:11:16 -05:00
..
external@a7f0106b31 [autosuggestions] Update submodule to version v0.5.0 2018-11-26 18:22:58 -05:00
README.md Update modules' README.md 2018-12-17 14:11:16 -05:00
init.zsh [autosuggestions] Add module 2017-06-08 09:33:26 -05:00

README.md

zsh-autosuggestions

Fish-like fast/unobtrusive autosuggestions for Zsh.

It suggests commands as you type, based on command history.

Contributing

Contributions should be submitted upstream to zsh-autosuggestions