summaryrefslogtreecommitdiff
path: root/home/.oh-my-zsh/plugins/history-substring-search/dependencies
diff options
context:
space:
mode:
authornavewindre <boneyaard@gmail.com>2025-07-13 06:42:05 +0200
committernavewindre <boneyaard@gmail.com>2025-07-13 06:42:05 +0200
commit02f14a9cb152561a5e44062aac79f3b700403b40 (patch)
tree2db8ebda3b7f6f8777783aeb5c60018e6e1359d8 /home/.oh-my-zsh/plugins/history-substring-search/dependencies
parentcbbdeb2f6b40a102a829f0c47cff052937231f00 (diff)
omz
Diffstat (limited to 'home/.oh-my-zsh/plugins/history-substring-search/dependencies')
-rw-r--r--home/.oh-my-zsh/plugins/history-substring-search/dependencies/OMZ-README.md15
1 files changed, 15 insertions, 0 deletions
diff --git a/home/.oh-my-zsh/plugins/history-substring-search/dependencies/OMZ-README.md b/home/.oh-my-zsh/plugins/history-substring-search/dependencies/OMZ-README.md
new file mode 100644
index 0000000..c5967bb
--- /dev/null
+++ b/home/.oh-my-zsh/plugins/history-substring-search/dependencies/OMZ-README.md
@@ -0,0 +1,15 @@
+
+---
+
+## Oh My Zsh Distribution Notes
+
+What you are looking at now is Oh My Zsh's repackaging of zsh-history-substring-search as an OMZ module inside
+the Oh My Zsh distribution.
+
+The upstream repo, zsh-users/zsh-history-substring-search, can be found on GitHub at
+https://github.com/zsh-users/zsh-history-substring-search.
+
+Everything above this section is a copy of the original upstream's README, so things may differ slightly when
+you're using this inside OMZ. In particular, you do not need to set up key bindings for the up and down arrows
+yourself in `~/.zshrc`; the OMZ plugin does that for you. You may still want to set up additional emacs- or
+vi-specific bindings as mentioned above.