Skip to content

Instantly share code, notes, and snippets.

@leetrout
Created March 20, 2020 00:52
Show Gist options
  • Save leetrout/51cdef3929b0296b831f062fa847d5d2 to your computer and use it in GitHub Desktop.
Save leetrout/51cdef3929b0296b831f062fa847d5d2 to your computer and use it in GitHub Desktop.
arrow key partial completion in shells, irb, etc
## arrow up
"\e[A":history-search-backward
## arrow down
"\e[B":history-search-forward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment