From 698e889ebc42e3733dabe11e608e259cccfb3a86 Mon Sep 17 00:00:00 2001 From: snaeil <52743746+snaeil@users.noreply.github.com> Date: Fri, 24 Jun 2022 23:56:58 +0200 Subject: [PATCH] [docs]: add install & usage info for Sheldon (#7) Authored by: @snaeil --- README.md | 9 +++++++++ 1 file changed, 9 insertions(+) diff --git a/README.md b/README.md index f538c8c..50f93f8 100644 --- a/README.md +++ b/README.md @@ -179,6 +179,15 @@ zdharma-continuum/history-search-multi-word` for testing before adding it to you Add `zgen load zdharma-continuum/history-search-multi-word` to your .zshrc file in the same place you're doing your other `zgen load` calls in. +### [Sheldon](https://github.com/rossmacarthur/sheldon) + +Run +```bash +sheldon add history-search-multi-word --github zdharma-continuum/history-search-multi-word +``` + +and add `bindkey "^R" history-search-multi-word` to `.zshrc` to enable the keybinding. + ### Arch Linux