Created
April 8, 2014 15:31
-
-
Save marksteward/10143466 to your computer and use it in GitHub Desktop.
Doskey-like autocomplete
This file contains hidden or 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
# These are here to avoid issues with python's readline when put in inputrc | |
bind '\C-i:menu-complete' | |
bind '"\e[Z":"\e-1\C-i"' # reverse | |
bind 'set completion-ignore-case on' | |
bind 'set show-all-if-ambiguous on' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment