Skip to content
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
10 changes: 9 additions & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -168,6 +168,14 @@ Add `zsh-vi-mode` to your plugins file (e.g. `~/.zsh_plugins.txt`)
jeffreytse/zsh-vi-mode
```

#### Using [sheldon](https://github.com/rossmacarthur/sheldon)

Add `zsh-vi-mode` to `~/.config/sheldon/plugins.toml` manually or with command:

```shell
sheldon add zsh-vi-mode --github jeffreytse/zsh-vi-mode
```

#### Using [Zap](https://github.com/zap-zsh/zap)

Load `zsh-vi-mode` as a plugin in your `.zshrc`
Expand All @@ -183,7 +191,7 @@ Load `zsh-vi-mode` as a plugin in your `.zimrc`
```shell
zmodule jeffreytse/zsh-vi-mode
```

#### Using [Homebrew](https://brew.sh/)

For Homebrew users, you can install it through the following command
Expand Down