From d3e8f877c23815e25e519ec2af9ba065a0a4ce91 Mon Sep 17 00:00:00 2001 From: Brett Lucey Date: Mon, 14 Nov 2022 21:21:01 -0800 Subject: [PATCH 1/3] Update README.md to include instructions for Zap --- README.md | 7 +++++++ 1 file changed, 7 insertions(+) diff --git a/README.md b/README.md index 986d737..a5c1e02 100644 --- a/README.md +++ b/README.md @@ -168,6 +168,13 @@ 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 `jeffreytse/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 From dea6497096230647eac74e37061536a429559099 Mon Sep 17 00:00:00 2001 From: JT Date: Wed, 26 Jul 2023 18:23:52 +0800 Subject: [PATCH 2/3] Update README.md --- README.md | 1 + 1 file changed, 1 insertion(+) diff --git a/README.md b/README.md index a5c1e02..313bd46 100644 --- a/README.md +++ b/README.md @@ -169,6 +169,7 @@ jeffreytse/zsh-vi-mode ``` #### Using [Zap](https://github.com/zap-zsh/zap) + Load `jeffreytse/zsh-vi-mode` as a plugin in your `.zshrc` ```shell From e9a1ca5225802e429d32c27b42f117b37353e015 Mon Sep 17 00:00:00 2001 From: JT Date: Wed, 26 Jul 2023 18:25:50 +0800 Subject: [PATCH 3/3] Update README.md --- README.md | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/README.md b/README.md index 313bd46..538e250 100644 --- a/README.md +++ b/README.md @@ -170,7 +170,7 @@ jeffreytse/zsh-vi-mode #### Using [Zap](https://github.com/zap-zsh/zap) -Load `jeffreytse/zsh-vi-mode` as a plugin in your `.zshrc` +Load `zsh-vi-mode` as a plugin in your `.zshrc` ```shell plug "jeffreytse/zsh-vi-mode"