Skip to content

Instantly share code, notes, and snippets.

@caingougou
Last active December 13, 2015 16:59
Show Gist options
  • Save caingougou/4944595 to your computer and use it in GitHub Desktop.
Save caingougou/4944595 to your computer and use it in GitHub Desktop.
bash arrow key autocomplete command in history
# works on osx
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