mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
added files and docu for oh-my-zsh
This commit is contained in:
parent
aa81de0ba1
commit
ddc61f15c0
2 changed files with 17 additions and 0 deletions
16
README.mkd
16
README.mkd
|
@ -38,6 +38,22 @@ Emacs-mode users can simply use alt+f which is bound to forward-word
|
||||||
The [zsh-history-substring-search](https://github.com/zsh-users/zsh-history-substring-search)
|
The [zsh-history-substring-search](https://github.com/zsh-users/zsh-history-substring-search)
|
||||||
plugin is also recommended.
|
plugin is also recommended.
|
||||||
|
|
||||||
|
|
||||||
|
## With oh-my-zsh
|
||||||
|
|
||||||
|
* Download the script or clone this repository in [oh-my-zsh](http://github.com/robbyrussell/oh-my-zsh) plugins directory:
|
||||||
|
|
||||||
|
cd ~/.oh-my-zsh/custom/plugins
|
||||||
|
git clone git://github.com/tarruda/zsh-autosuggestions.git
|
||||||
|
|
||||||
|
* Activate the plugin in `~/.zshrc` (in **last** position):
|
||||||
|
|
||||||
|
plugins=( [plugins...] zsh-autosuggestions)
|
||||||
|
|
||||||
|
* Source `~/.zshrc` to take changes into account:
|
||||||
|
|
||||||
|
source ~/.zshrc
|
||||||
|
|
||||||
## Configuration
|
## Configuration
|
||||||
|
|
||||||
You may override default global config variables after plugin load.
|
You may override default global config variables after plugin load.
|
||||||
|
|
1
autosuggestions.plugin.zsh
Normal file
1
autosuggestions.plugin.zsh
Normal file
|
@ -0,0 +1 @@
|
||||||
|
autosuggestions.zsh
|
Loading…
Reference in a new issue