Skip to content

Instantly share code, notes, and snippets.

@marksteward
Created April 8, 2014 15:31
Show Gist options
  • Save marksteward/10143466 to your computer and use it in GitHub Desktop.
Save marksteward/10143466 to your computer and use it in GitHub Desktop.
Doskey-like autocomplete
# 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