Skip to content

Instantly share code, notes, and snippets.

@mabrizio
Last active December 30, 2015 23:39
Show Gist options
  • Select an option

  • Save mabrizio/7902184 to your computer and use it in GitHub Desktop.

Select an option

Save mabrizio/7902184 to your computer and use it in GitHub Desktop.
Smart history for ¿bash?
# Agregue lo siguiente al final del /etc/inputrc
"\e[A": history-search-backward
"\e[B": history-search-forward
"\eOA": history-search-backward
"\eOB": history-search-forward
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment