Created
September 9, 2012 19:17
-
-
Save jwinter/3686631 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
"\e[A": history-search-backward | |
"\e[B": history-search-forward | |
$if Bash | |
Space: magic-space | |
$endif | |
"\M-o": "\C-p\C-a\M-f " | |
set completion-ignore-case on | |
set visible-stats on | |
set show-all-if-ambiguous on | |
"\M-s": menu-complete |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment