1
0
Fork 0
mirror of synced 2024-06-15 13:31:09 -04:00
zimfw/modules/history-substring-search
2015-12-16 18:05:50 -05:00
..
external@2f8a5f8fe3 initial commit 2015-12-15 00:12:17 -05:00
init.zsh remove dupe zmodload 2015-12-16 01:24:31 -05:00
README.md note module order for history-substring-search 2015-12-16 18:05:50 -05:00

History-Substring-Search

Allows for fish shell-like searching of history with UP and DOWN.

example

This module requires the input module. Without it, you may experience odd behavior. Put 'input' in the first line and 'history-substring-search' on the second line of zmodules in your .zimrc.

Additionally, if you use syntax-highlighting, place 'syntax-highlighting' before 'history-substring-search' on the second line of zmodules in your .zimrc.

The options set explicitly by init.zsh are the default options, and are only set for consistancy.

Functionality is sourced from history-substring-search

Contributing

Contributions should be submitted upstream to history-substring-search