From 1f28e1886dc8e49f41b817634d5c7695b6abb145 Mon Sep 17 00:00:00 2001 From: Brett Lucey Date: Wed, 26 Jul 2023 03:28:07 -0700 Subject: [PATCH] docs: add installation instructions for Zap (#197) * Update README.md to include instructions for Zap * Update README.md --------- Co-authored-by: JT Co-committed-by: JT --- README.md | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/README.md b/README.md index dce1b5c..b0d7bf3 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,14 @@ Add `zsh-vi-mode` to your plugins file (e.g. `~/.zsh_plugins.txt`) jeffreytse/zsh-vi-mode ``` +#### Using [Zap](https://github.com/zap-zsh/zap) + +Load `zsh-vi-mode` as a plugin in your `.zshrc` + +```shell +plug "jeffreytse/zsh-vi-mode" +``` + #### Using [Homebrew](https://brew.sh/) For Homebrew users, you can install it through the following command