Browse Source

Fix a title in the history-substring-search README

master
Sorin Ionescu 12 years ago
parent
commit
00348eca51
  1. 8
      modules/history-substring-search/README.md

8
modules/history-substring-search/README.md

@ -1,10 +1,10 @@
History Substring Search History Substring Search
======================== ========================
Integrates [zsh-syntax-highlighting][1] into Oh My Zsh, which implements the Integrates [zsh-history-substring-search][1] into Oh My Zsh, which implements
[Fish shell][2]'s history search feature, where the user can type in any part the [Fish shell][2]'s history search feature, where the user can type in any
of a previously entered command and press the `UP` and `DOWN` arrow keys to part of a previously entered command and press the `UP` and `DOWN` arrow keys
cycle through matching commands. to cycle through matching commands.
If this module is used in conjuncture with the *syntax-highlighting* module, it If this module is used in conjuncture with the *syntax-highlighting* module, it
must be loaded **after** it. must be loaded **after** it.

Loading…
Cancel
Save