mirror of
https://github.com/zsh-users/zsh-autosuggestions.git
synced 2024-11-18 09:51:06 +01:00
Merge pull request #45 from tirkarthi/patch-1
Added clarification to use bash
This commit is contained in:
commit
fe6e9812b0
1 changed files with 6 additions and 0 deletions
|
@ -8,6 +8,12 @@
|
|||
$ sh ~/.zsh-autosuggestions/install
|
||||
```
|
||||
|
||||
On some linux distributions like ubuntu and debian sh is symlinked to /bin/dash and causes an installation error since the installation script needs some bash features. If sh is symlinked to dash, please run it with the bash :
|
||||
|
||||
`
|
||||
bash ~/.zsh-autosuggestions/install
|
||||
`
|
||||
|
||||
Any widget that moves the cursor to the right(forward-word, forward-char...)
|
||||
will accept parts of the suggested text. For example, vi-mode users can do
|
||||
this:
|
||||
|
|
Loading…
Reference in a new issue