Skip to content

Instantly share code, notes, and snippets.

@bretthoerner
Created September 30, 2010 14:53
Show Gist options
  • Save bretthoerner/604700 to your computer and use it in GitHub Desktop.
Save bretthoerner/604700 to your computer and use it in GitHub Desktop.
# Bind the up arrow to history search, instead of history step
"\e[A": history-search-backward
# And the reverse (down)
"\e[B": history-search-forward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment