Created
June 30, 2009 21:34
-
-
Save halbtuerke/138446 to your computer and use it in GitHub Desktop.
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
set completion-ignore-case On | |
set show-all-if-ambiguous on | |
"\e[A": history-search-backward | |
"\e[B": history-search-forward | |
# Cycle through completions by pressing tab | |
"\t": menu-complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment