Created
April 5, 2017 13:38
-
-
Save Blumed/b7964e4b34e443f5e59c78de099079b7 to your computer and use it in GitHub Desktop.
Script allows you to search history for a particular process or app instead of the entire line.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
"\e[A": history-search-backward | |
"\e[B": history-search-forward | |
set show-all-if-ambiguous on | |
set completion-ignore-case on |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment