From 434232b5c62b5235213bf591583c12d84028590b Mon Sep 17 00:00:00 2001 From: Matt Hamilton Date: Tue, 15 Dec 2015 02:35:44 -0500 Subject: [PATCH] add history-substring-search documentation --- modules/history-substring-search/README.md | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) create mode 100644 modules/history-substring-search/README.md diff --git a/modules/history-substring-search/README.md b/modules/history-substring-search/README.md new file mode 100644 index 0000000..6e75170 --- /dev/null +++ b/modules/history-substring-search/README.md @@ -0,0 +1,17 @@ +History-Substring-Search +======================== + +Allows for fish-shell-like searching of history with UP and DOWN. + +The options set explicitly by init.zsh are the default options, and are only set for consistancy. + +![example][fish_shell] + +Functionality is sourced from [history-substring-search](https://github.com/zsh-users/zsh-history-substring-search) + +Contributing +------------ + +Contributions should be submitted [upstream to history-substring-search](https://github.com/zsh-users/zsh-history-substring-search) + +[fish_shell]: http://i.eriner.me/zim_history-substring-search.gif