Skip to content

Instantly share code, notes, and snippets.

@mrluanma
Created April 25, 2013 10:00
Show Gist options
  • Save mrluanma/5458742 to your computer and use it in GitHub Desktop.
Save mrluanma/5458742 to your computer and use it in GitHub Desktop.
Bash 通过上下键更有效的查找历史命令 http://www.vpsee.com/2013/04/search-bash-history-using-the-up-and-down-arrows/
"\e[A": history-search-backward
"\e[B": history-search-forward
set show-all-if-ambiguous on
set completion-ignore-case on
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment