5b90c96cd1
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' ```
13 lines
448 B
Markdown
13 lines
448 B
Markdown
zsh-autosuggestions
|
|
===================
|
|
|
|
_[Fish](http://fishshell.com/)-like fast/unobtrusive autosuggestions for Zsh._
|
|
|
|
It suggests commands as you type, based on command history.
|
|
|
|
<a href="https://asciinema.org/a/37390" target="_blank"><img src="https://asciinema.org/a/37390.png" width="400" /></a>
|
|
|
|
Contributing
|
|
------------
|
|
|
|
Contributions should be submitted [upstream to zsh-autosuggestions](https://github.com/zsh-users/zsh-autosuggestions)
|