Skip to content

Instantly share code, notes, and snippets.

@nickel
Created November 26, 2008 11:52
Show Gist options
  • Save nickel/29367 to your computer and use it in GitHub Desktop.
Save nickel/29367 to your computer and use it in GitHub Desktop.
# make bash autocomplete with up arrow
bind '"\e[A":history-search-backward'
bind '"\e[B":history-search-forward'
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment